1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-02 18:45:53 +00:00
Files
core/homeassistant/components/coolmaster/const.py

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"