mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Update tank_utility.markdown (#23080)
added quotes around the device ID in config.yaml. HA throws errors without the quotes.
This commit is contained in:
parent
81823919e7
commit
4f17b4f730
@ -63,7 +63,7 @@ sensor:
|
|||||||
email: YOUR_EMAIL_ADDRESS
|
email: YOUR_EMAIL_ADDRESS
|
||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
devices:
|
devices:
|
||||||
- 000000000000000000000000
|
- "000000000000000000000000"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user