Skip to content
Discussion options

You must be logged in to vote

Got it working and wanted to post answer (with the help from ChatGPT and o3) 👍

type: custom:config-template-card
entities:
  - device_tracker.life360_john_doe
  - sensor.jdoe_l360_driving
  - sensor.jdoe_l360_wifi
variables:
  lat: states['device_tracker.life360_john_doe'].attributes.latitude
  lon: states['device_tracker.life360_john_doe'].attributes.longitude
card:
  type: custom:bubble-card
  card_type: button
  name: Douglas
  icon: ""
  show_icon: true
  show_state: false
  show_last_changed: true
  sub_button:
    - entity: sensor.jdoe_l360_driving
      icon: mdi:car
      tap_action:
        action: none
      show_state: false
      show_name: false
      show_icon: true
      s…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by douglasmauro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment