Skip to content

Instantly share code, notes, and snippets.

@jlpouffier
Created August 15, 2023 16:34
Show Gist options
  • Save jlpouffier/0bea5eb4c35512fa5c69951ee68a4a99 to your computer and use it in GitHub Desktop.
Save jlpouffier/0bea5eb4c35512fa5c69951ee68a4a99 to your computer and use it in GitHub Desktop.
type: horizontal-stack
cards:
- type: tile
entity: sensor.living_room_temperature
name: Home
vertical: true
color: primary
icon: mdi:home
tap_action:
action: navigate
navigation_path: /subview-hot-tip/home
icon_tap_action:
action: navigate
navigation_path: /subview-hot-tip/home
- type: tile
entity: sensor.bed_room_temperature
vertical: true
color: disabled
name: Bedroom
icon: mdi:bed-king
tap_action:
action: navigate
navigation_path: /subview-hot-tip/bedroom
icon_tap_action:
action: navigate
navigation_path: /subview-hot-tip/bedroom
- type: tile
entity: sensor.office_temperature
vertical: true
color: disabled
name: Office
icon: mdi:desk
tap_action:
action: navigate
navigation_path: /subview-hot-tip/office
icon_tap_action:
action: navigate
navigation_path: /subview-hot-tip/office
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment