Clarify docs and make example yamls consistent. (#12)

This commit is contained in:
Victor Chang
2025-12-27 14:12:36 -08:00
committed by GitHub
parent dd177d5a6f
commit be19f4e0b5
4 changed files with 35 additions and 16 deletions

View File

@@ -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:

View File

@@ -15,20 +15,28 @@ external_components:
type: git
url: https://github.com/nekorevend/esphome-emporia-vue-utility
# Enable Home Assistant API
api:
# Encrypt the API communication with the given key. Must be a 32-byte base64-encoded string. See FAQ.
encryption:
key: "eU79n2aex33uRofF9yvNIP5gwEFCi5GsVi2Rr3OydjY="
# Secures OTA Updates.
ota:
platform: esphome
# Any password will work. See FAQ.
password: "some_password"
# Add your own wifi credentials
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
ota:
logger:
logs:
# Change to DEBUG / INFO / WARN / ERROR as desired
Vue: DEBUG
api:
mqtt:
broker: !secret mqtt_broker
id: vue_utility

View File

@@ -15,20 +15,28 @@ external_components:
type: git
url: https://github.com/nekorevend/esphome-emporia-vue-utility
# Enable Home Assistant API
api:
# Encrypt the API communication with the given key. Must be a 32-byte base64-encoded string. See FAQ.
encryption:
key: "eU79n2aex33uRofF9yvNIP5gwEFCi5GsVi2Rr3OydjY="
# Secures OTA Updates.
ota:
platform: esphome
# Any password will work. See FAQ.
password: "some_password"
# Add your own wifi credentials
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
ota:
logger:
logs:
# Change to DEBUG / INFO / WARN / ERROR as desired
Vue: DEBUG
api:
mqtt:
broker: !secret mqtt_broker
id: vue_utility