Update custom_components/aurora_solar/const.py
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
DOMAIN = "aurora_solar"
|
DOMAIN = "aurora_solar"
|
||||||
CONF_HOST = "host"
|
CONF_HOST = "host"
|
||||||
CONF_PORT = "port"
|
CONF_PORT = "port"
|
||||||
|
CONF_SLAVE_ID = "slave_id"
|
||||||
DEFAULT_PORT = 5000
|
DEFAULT_PORT = 5000
|
||||||
|
DEFAULT_SLAVE_ID = 2 # Standard-Slave-ID
|
||||||
Reference in New Issue
Block a user