File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -227,16 +227,16 @@ list `[]` by default.
227
227
` ` ` yaml
228
228
# Good
229
229
- alias: "Test"
230
- triggers:
231
- - trigger: state
232
- entity_id: binary_sensor.motion
230
+ triggers:
231
+ - trigger: state
232
+ entity_id: binary_sensor.motion
233
233
234
234
# Bad
235
235
- alias: "Test"
236
- triggers:
237
- - trigger: state
238
- entity_id: binary_sensor.motion
239
- condition: []
236
+ triggers:
237
+ - trigger: state
238
+ entity_id: binary_sensor.motion
239
+ condition: []
240
240
` ` `
241
241
242
242
# ## Strings (continued)
@@ -311,8 +311,8 @@ actions:
311
311
- action: light.turn_on
312
312
entity_id: light.living_room
313
313
- action: light.turn_on
314
- data:
315
- entity_id: light.living_room
314
+ data:
315
+ entity_id: light.living_room
316
316
` ` `
317
317
318
318
# ## Properties that accept a scalar or a list of scalars
You can’t perform that action at this time.
0 commit comments