core/homeassistant/components/tolo/const.py

8 lines
138 B
Python

"""Constants for the tolo integration."""
DOMAIN = "tolo"
DEFAULT_NAME = "TOLO Sauna"
DEFAULT_RETRY_TIMEOUT = 1
DEFAULT_RETRY_COUNT = 3