We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf4776 commit 2ddeb7bCopy full SHA for 2ddeb7b
source/getting-started/automation-create-first.markdown
@@ -37,7 +37,7 @@ automation:
37
condition:
38
condition: state
39
entity_id: group.all_devices
40
- state: home
+ state: 'home'
41
action:
42
service: light.turn_on
43
```
@@ -66,7 +66,7 @@ automation:
66
67
68
69
70
71
72
entity_id: group.living_room
@@ -93,7 +93,7 @@ automation:
93
94
95
96
97
98
service: homeassistant.turn_on
99
0 commit comments