10 lines
147 B
Python
10 lines
147 B
Python
|
"""Constants for NuHeat thermostats."""
|
||
|
|
||
|
DOMAIN = "nuheat"
|
||
|
|
||
|
PLATFORMS = ["climate"]
|
||
|
|
||
|
CONF_SERIAL_NUMBER = "serial_number"
|
||
|
|
||
|
MANUFACTURER = "NuHeat"
|