add MQTT config for the proxy device
This commit is contained in:
@@ -25,7 +25,9 @@ class Config():
|
|||||||
'ha': {
|
'ha': {
|
||||||
'auto_conf_prefix': Use(str),
|
'auto_conf_prefix': Use(str),
|
||||||
'discovery_prefix': Use(str),
|
'discovery_prefix': Use(str),
|
||||||
'entity_prefix': Use(str)},
|
'entity_prefix': Use(str),
|
||||||
|
'proxy_node_id': Use(str),
|
||||||
|
'proxy_unique_id': Use(str)},
|
||||||
|
|
||||||
'inverters': {
|
'inverters': {
|
||||||
'allow_all' : Use(bool),
|
'allow_all' : Use(bool),
|
||||||
|
|||||||
Reference in New Issue
Block a user