mirror of
https://github.com/nekorevend/esphome-emporia-vue-utility.git
synced 2026-01-09 13:00:38 -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user