Adjust some timer cards
This commit is contained in:
@@ -968,6 +968,16 @@ views:
|
|||||||
show_name: true
|
show_name: true
|
||||||
bottom_layout: rows
|
bottom_layout: rows
|
||||||
name: Lights
|
name: Lights
|
||||||
|
- type: custom:streamline-card
|
||||||
|
template: timer_card
|
||||||
|
variables:
|
||||||
|
entity: timer.living_room_motion_timer
|
||||||
|
name: Motion Timer
|
||||||
|
icon: mdi:timer
|
||||||
|
visibility:
|
||||||
|
- condition: state
|
||||||
|
entity: timer.living_room_motion_timer
|
||||||
|
state_not: idle
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Media
|
name: Media
|
||||||
@@ -1054,16 +1064,6 @@ views:
|
|||||||
grid_options:
|
grid_options:
|
||||||
columns: 4
|
columns: 4
|
||||||
rows: auto
|
rows: auto
|
||||||
- type: custom:streamline-card
|
|
||||||
template: timer_card
|
|
||||||
variables:
|
|
||||||
entity: timer.living_room_motion_timer
|
|
||||||
name: Motion Timer
|
|
||||||
icon: mdi:timer
|
|
||||||
visibility:
|
|
||||||
- condition: state
|
|
||||||
entity: timer.living_room_motion_timer
|
|
||||||
state_not: idle
|
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Security
|
name: Security
|
||||||
@@ -1267,6 +1267,16 @@ views:
|
|||||||
show_name: true
|
show_name: true
|
||||||
name: Lights
|
name: Lights
|
||||||
entity: light.downstairs_bathroom_lights
|
entity: light.downstairs_bathroom_lights
|
||||||
|
- type: custom:streamline-card
|
||||||
|
template: timer_card
|
||||||
|
variables:
|
||||||
|
name: Lights Timer
|
||||||
|
icon: mdi:timer
|
||||||
|
entity: timer.downstairs_bathroom_lights_timer
|
||||||
|
visibility:
|
||||||
|
- condition: state
|
||||||
|
entity: timer.downstairs_bathroom_lights_timer
|
||||||
|
state_not: idle
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Laundry
|
name: Laundry
|
||||||
@@ -1356,16 +1366,6 @@ views:
|
|||||||
grid_options:
|
grid_options:
|
||||||
columns: 6
|
columns: 6
|
||||||
rows: auto
|
rows: auto
|
||||||
- type: custom:streamline-card
|
|
||||||
template: timer_card
|
|
||||||
variables:
|
|
||||||
name: Lights Timer
|
|
||||||
icon: mdi:timer
|
|
||||||
entity: timer.downstairs_bathroom_lights_timer
|
|
||||||
visibility:
|
|
||||||
- condition: state
|
|
||||||
entity: timer.downstairs_bathroom_lights_timer
|
|
||||||
state_not: idle
|
|
||||||
- type: custom:fold-entity-row
|
- type: custom:fold-entity-row
|
||||||
head:
|
head:
|
||||||
type: section
|
type: section
|
||||||
@@ -1572,6 +1572,16 @@ views:
|
|||||||
entity: input_select.mud_room_scenes
|
entity: input_select.mud_room_scenes
|
||||||
name: Lights
|
name: Lights
|
||||||
entity: light.mud_room_overhead
|
entity: light.mud_room_overhead
|
||||||
|
- type: custom:streamline-card
|
||||||
|
template: timer_card
|
||||||
|
variables:
|
||||||
|
name: Lights Timer
|
||||||
|
icon: mdi:timer
|
||||||
|
entity: timer.mud_room_motion_timer
|
||||||
|
visibility:
|
||||||
|
- condition: state
|
||||||
|
entity: timer.mud_room_motion_timer
|
||||||
|
state_not: idle
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Status
|
name: Status
|
||||||
|
|||||||
Reference in New Issue
Block a user