Fix Syntax Error

This commit is contained in:
2022-07-19 16:56:38 -07:00
parent 1fbfcd49c7
commit c0d48c220e

View File

@@ -15,10 +15,10 @@ views:
conditions:
- entity: binary_sensor.before_dawn
state: "on"
cards:
- type: entities
entities:
- scene.dining_room_dim
card:
type: entities
entities:
- scene.dining_room_dim
# Evening Scenes (conditional)
- type: conditional
@@ -26,12 +26,12 @@ views:
conditions:
- entity: binary_sensor.evening
state: "on"
cards:
- type: entities
entities:
- scene.dining_room_full
- scene.pergola_low
- scene.pergola_full
card:
type: entities
entities:
- scene.dining_room_full
- scene.pergola_low
- scene.pergola_full
# Nighttime Scenes (conditional)
- type: conditional
@@ -39,11 +39,11 @@ views:
conditions:
- entity: binary_sensor.night
state: "on"
cards:
- type: entities
entities:
- scene.dining_room_off
- scene.home_theater_off
- scene.pergola_off
card:
type: entities
entities:
- scene.dining_room_off
- scene.home_theater_off
- scene.pergola_off
#