Forgot to do timer cards for the front porch and basement studio
This commit is contained in:
@ -1305,6 +1305,11 @@ views:
|
|||||||
.bubble-icon {
|
.bubble-icon {
|
||||||
color: ${state === 'on' ? 'var(--success-color)' : 'var(--text-color)'} !important;
|
color: ${state === 'on' ? 'var(--success-color)' : 'var(--text-color)'} !important;
|
||||||
}
|
}
|
||||||
|
- type: custom:decluttering-card
|
||||||
|
template: popup_timer_card
|
||||||
|
variables:
|
||||||
|
- name: Lights Timer
|
||||||
|
- entity: timer.front_porch_motion_timer
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
cards:
|
cards:
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
@ -1576,27 +1581,11 @@ views:
|
|||||||
variables:
|
variables:
|
||||||
- name: Occupied
|
- name: Occupied
|
||||||
- entity: binary_sensor.basement_occupied
|
- entity: binary_sensor.basement_occupied
|
||||||
- type: custom:timer-bar-card
|
- type: custom:decluttering-card
|
||||||
filter: true
|
template: popup_timer_card
|
||||||
entities:
|
variables:
|
||||||
|
- name: Door Timer
|
||||||
- entity: timer.basement_studio_door_timer
|
- entity: timer.basement_studio_door_timer
|
||||||
name: Door Timer
|
|
||||||
sync_issues: ignore
|
|
||||||
tap_action:
|
|
||||||
action: call-service
|
|
||||||
service: timer.finish
|
|
||||||
target:
|
|
||||||
entity_id: timer.basement_studio_door_timer
|
|
||||||
hold_action:
|
|
||||||
action: more-info
|
|
||||||
double_tap_action:
|
|
||||||
action: none
|
|
||||||
modifications:
|
|
||||||
- elapsed: 40%
|
|
||||||
bar_foreground: orange
|
|
||||||
- elapsed: 80%
|
|
||||||
bar_foreground: red
|
|
||||||
compressed: true
|
|
||||||
- type: grid
|
- type: grid
|
||||||
cards:
|
cards:
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
|
Reference in New Issue
Block a user