Add rabbit tasks to newsfeed card on main dashboard

This commit is contained in:
2025-02-06 14:55:14 -05:00
parent 9ca931a0ee
commit 6d7f178050

View File

@ -487,6 +487,18 @@ views:
state_map: state_map:
'off': Disconnected 'off': Disconnected
'on': Connected 'on': Connected
- entity: input_boolean.rabbit_fed
name: Rabbit
content_template: '{{display_name}} is {{state}}'
state_map:
'off': hungry
'on': fed
- entity: input_boolean.rabbit_hutch_cleaned
name: Rabbit Hutch
content_template: '{{display_name}} is {{state}}'
state_map:
'off': dirty
'on': clean
- type: grid - type: grid
cards: cards:
- type: heading - type: heading