Add outdoor illuminance to front porch popup card
This commit is contained in:
@ -1221,11 +1221,24 @@ views:
|
|||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
background-color: ${state === 'on' ? 'var(--success-color)' : 'var(--background-color-2)'} !important;
|
background-color: ${state === 'on' ? 'var(--success-color)' : 'var(--background-color-2)'} !important;
|
||||||
}
|
}
|
||||||
|
modules:
|
||||||
|
- default
|
||||||
|
- type: horizontal-stack
|
||||||
|
cards:
|
||||||
|
- type: custom:bubble-card
|
||||||
|
card_type: button
|
||||||
|
button_type: state
|
||||||
|
name: Lux
|
||||||
|
modules:
|
||||||
|
- default
|
||||||
|
entity: sensor.home_tempest_illuminance
|
||||||
|
- type: custom:bubble-card
|
||||||
|
card_type: empty-column
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: popup_timer_card
|
template: popup_timer_card
|
||||||
variables:
|
variables:
|
||||||
- name: Lights Timer
|
name: Lights Timer
|
||||||
- entity: timer.front_porch_motion_timer
|
entity: timer.front_porch_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