5 lines
91 B
Python
5 lines
91 B
Python
"""Constants for the Radio Thermostat integration."""
|
|
|
|
DOMAIN = "radiotherm"
|
|
|
|
TIMEOUT = 25
|