10 lines
188 B
Python
10 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"
|