Add outdoor illuminance to front porch popup card
This commit is contained in:
@ -1221,11 +1221,24 @@ views:
|
||||
opacity: 1 !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
|
||||
template: popup_timer_card
|
||||
variables:
|
||||
- name: Lights Timer
|
||||
- entity: timer.front_porch_motion_timer
|
||||
name: Lights Timer
|
||||
entity: timer.front_porch_motion_timer
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:bubble-card
|
||||
|
Reference in New Issue
Block a user