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:
knwpsk 2022-06-12 05:36:28 -04:00 committed by GitHub
parent 81823919e7
commit 4f17b4f730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ sensor:
email: YOUR_EMAIL_ADDRESS
password: YOUR_PASSWORD
devices:
- 000000000000000000000000
- "000000000000000000000000"
```
{% configuration %}