Add stairwell and hallway timers to each other's room cards

home_automation/Home-Assistant-Configs#230
This commit is contained in:
2025-03-29 20:55:36 -04:00
parent 7a5373729b
commit ef84f9deed

View File

@ -2189,6 +2189,8 @@ views:
name: Motion Lighting
tap_action:
action: toggle
modules:
- default
- type: custom:bubble-card
card_type: separator
name: Status
@ -2245,6 +2247,11 @@ views:
variables:
- name: Lights Timer
- entity: timer.stairwell_motion_timer
- type: custom:decluttering-card
template: popup_timer_card
variables:
- name: Lights Timer
- entity: timer.upstairs_hallway_motion_timer
- type: grid
cards:
- type: vertical-stack
@ -2276,6 +2283,8 @@ views:
action: toggle
show_name: false
icon: mdi:palette
modules:
- default
- type: custom:bubble-card
card_type: separator
name: Status
@ -2319,6 +2328,11 @@ views:
variables:
- name: Lights Timer
- entity: timer.upstairs_hallway_motion_timer
- type: custom:decluttering-card
template: popup_timer_card
variables:
- name: Lights Timer
- entity: timer.stairwell_motion_timer
- type: vertical-stack
cards:
- type: custom:bubble-card