Map addon_config and add HC email and password to HA addon configuration
This commit is contained in:
@@ -12,6 +12,7 @@ arch:
|
||||
- armv7
|
||||
- i386
|
||||
map:
|
||||
- addon_config:rw
|
||||
- share
|
||||
url: https://github.com/hcpy2-0/hcpy
|
||||
panel_title: HCPY
|
||||
@@ -30,6 +31,8 @@ options:
|
||||
HCPY_HA_DISCOVERY: true
|
||||
HCPY_DOMAIN_SUFFIX: ""
|
||||
HCPY_DEBUG: false
|
||||
HCPY_HOMECONNECT_EMAIL: ""
|
||||
HCPY_HOMECONNECT_PASSWORD: ""
|
||||
schema:
|
||||
HCPY_DEVICES_FILE: str
|
||||
HCPY_MQTT_HOST: str
|
||||
@@ -45,4 +48,6 @@ schema:
|
||||
HCPY_DOMAIN_SUFFIX: str
|
||||
HCPY_HA_DISCOVERY: bool?
|
||||
HCPY_DEBUG: bool?
|
||||
HCPY_HOMECONNECT_EMAIL: email
|
||||
HCPY_HOMECONNECT_PASSWORD: password
|
||||
startup: services
|
||||
|
||||
Reference in New Issue
Block a user