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