blue_room to boys_room

This commit is contained in:
CeeWeasel
2025-10-10 20:24:52 -04:00
parent 10e297961b
commit 5b688e7c78
382 changed files with 8674 additions and 8739 deletions
+9 -9
View File
@@ -296,12 +296,12 @@ cards:
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: Nursery
primary: Girl's Room
icon: mdi:bunk-bed
entity: light.nursery_hue
tap_action:
action: navigate
navigation_path: nursery
navigation_path: girls-room
hold_action:
action: toggle
secondary: |-
@@ -541,18 +541,18 @@ cards:
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: Blue Room
icon: mdi:yoga
entity: light.blue_room_hue
primary: Boy's Room
icon: mdi:earth
entity: light.boys_room_hue
tap_action:
action: navigate
navigation_path: blue-room
navigation_path: boys-room
hold_action:
action: toggle
secondary: |-
{{states('sensor.blue_room_multisensor_air_temperature')}}°F
{{states('sensor.blue_room_multisensor_humidity')}}%
icon_color: "{{iif(is_state('light.blue_room_hue','on'),'yellow')}}"
{{states('sensor.boys_room_multisensor_air_temperature')}}°F
{{states('sensor.boys_room_multisensor_humidity')}}%
icon_color: "{{iif(is_state('light.boys_room_hue','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
- type: custom:mushroom-template-card