1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-31 19:27:06 +00:00

11 lines
188 B
Python

"""Constants for the Coolmaster integration."""
DATA_INFO = "info"
DATA_COORDINATOR = "coordinator"
DOMAIN = "coolmaster"
DEFAULT_PORT = 10102
CONF_SUPPORTED_MODES = "supported_modes"