mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Adding button for master bed occupied
This commit is contained in:
@@ -112,11 +112,11 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
entity: binary_sensor.master_bed_occupied
|
||||
entity: binary_sensor.master_bed_right_occupied
|
||||
icon: mdi:bed-king
|
||||
icon_color: >-
|
||||
{{
|
||||
iif(is_state('binary_sensor.master_bed_occupied','on'),'yellow')}}
|
||||
iif(is_state('binary_sensor.master_bed_right_occupied','on'),'yellow')}}
|
||||
primary: Bed
|
||||
double_tap_action:
|
||||
action: call-service
|
||||
|
||||
Reference in New Issue
Block a user