mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
15 lines
424 B
YAML
15 lines
424 B
YAML
type: vertical-stack
|
|
cards:
|
|
- type: conditional
|
|
conditions:
|
|
- entity: input_select.master_bedroom_camera
|
|
state: Left
|
|
card:
|
|
!include /config/lovelace/stretch-cameras/master-bedroom-left-card.yaml
|
|
- type: conditional
|
|
conditions:
|
|
- entity: input_select.master_bedroom_camera
|
|
state: Right
|
|
card:
|
|
!include /config/lovelace/stretch-cameras/master-bedroom-right-card.yaml
|