Note about case (#7565)

Since case sensitivity regularly trips people up, calling it out here.
This commit is contained in:
DubhAd 2018-11-18 08:12:21 +00:00 committed by Fabian Affolter
parent 2244f3a769
commit 1542004fc6

View File

@ -105,3 +105,9 @@ found character '\t' that cannot start any token
```
This means that you've mistakenly entered a tab character, instead of spaces.
### {% linkable_title Upper and lower case %}
Home Assistant is case sensitive, a state of `'on'` is not the same as `'On'` or `'ON'`. Similarly an entity of `group.Doors` is not the same as `group.doors`.
If you're having trouble, check the case that Home Assistant is reporting in the dev-state menu, under *Developer tools*.