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