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