Add stairwell and hallway timers to each other's room cards
home_automation/Home-Assistant-Configs#230
This commit is contained in:
@ -2189,6 +2189,8 @@ views:
|
|||||||
name: Motion Lighting
|
name: Motion Lighting
|
||||||
tap_action:
|
tap_action:
|
||||||
action: toggle
|
action: toggle
|
||||||
|
modules:
|
||||||
|
- default
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Status
|
name: Status
|
||||||
@ -2245,6 +2247,11 @@ views:
|
|||||||
variables:
|
variables:
|
||||||
- name: Lights Timer
|
- name: Lights Timer
|
||||||
- entity: timer.stairwell_motion_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
|
- type: grid
|
||||||
cards:
|
cards:
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
@ -2276,6 +2283,8 @@ views:
|
|||||||
action: toggle
|
action: toggle
|
||||||
show_name: false
|
show_name: false
|
||||||
icon: mdi:palette
|
icon: mdi:palette
|
||||||
|
modules:
|
||||||
|
- default
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Status
|
name: Status
|
||||||
@ -2319,6 +2328,11 @@ views:
|
|||||||
variables:
|
variables:
|
||||||
- name: Lights Timer
|
- name: Lights Timer
|
||||||
- entity: timer.upstairs_hallway_motion_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
|
- type: vertical-stack
|
||||||
cards:
|
cards:
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
|
Reference in New Issue
Block a user