mirror of
https://github.com/nekorevend/esphome-emporia-vue-utility.git
synced 2026-01-10 05:10:40 -07:00
Clarify docs and make example yamls consistent. (#12)
This commit is contained in:
@@ -15,14 +15,15 @@ external_components:
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
# Encryption secures it. Any password will work. See FAQ.
|
||||
api:
|
||||
# Encrypt the API communication with the given key. Must be a 32-byte base64-encoded string. See FAQ.
|
||||
encryption:
|
||||
key: "some_password"
|
||||
key: "eU79n2aex33uRofF9yvNIP5gwEFCi5GsVi2Rr3OydjY="
|
||||
|
||||
# Secures OTA Updates. Any password will work. See FAQ.
|
||||
# Secures OTA Updates.
|
||||
ota:
|
||||
platform: esphome
|
||||
# Any password will work. See FAQ.
|
||||
password: "some_password"
|
||||
|
||||
wifi:
|
||||
|
||||
Reference in New Issue
Block a user