Fix Syntax Error

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

View File

@@ -15,8 +15,8 @@ views:
conditions:
- entity: binary_sensor.before_dawn
state: "on"
cards:
- type: entities
card:
type: entities
entities:
- scene.dining_room_dim
@@ -26,8 +26,8 @@ views:
conditions:
- entity: binary_sensor.evening
state: "on"
cards:
- type: entities
card:
type: entities
entities:
- scene.dining_room_full
- scene.pergola_low
@@ -39,8 +39,8 @@ views:
conditions:
- entity: binary_sensor.night
state: "on"
cards:
- type: entities
card:
type: entities
entities:
- scene.dining_room_off
- scene.home_theater_off