9 lines
170 B
Python
9 lines
170 B
Python
|
"""Constants for the Sanix integration."""
|
||
|
|
||
|
CONF_SERIAL_NUMBER = "serial_number"
|
||
|
|
||
|
DOMAIN = "sanix"
|
||
|
MANUFACTURER = "Sanix"
|
||
|
|
||
|
SANIX_API_HOST = "https://sanix.bitcomplex.pl"
|