2019-10-23 19:47:00 +00:00
|
|
|
"""Constants for the Coolmaster integration."""
|
|
|
|
|
2020-08-09 18:08:07 +00:00
|
|
|
DATA_INFO = "info"
|
|
|
|
DATA_COORDINATOR = "coordinator"
|
|
|
|
|
2019-10-23 19:47:00 +00:00
|
|
|
DOMAIN = "coolmaster"
|
|
|
|
|
|
|
|
DEFAULT_PORT = 10102
|
|
|
|
|
|
|
|
CONF_SUPPORTED_MODES = "supported_modes"
|
2023-01-03 18:21:11 +00:00
|
|
|
CONF_SWING_SUPPORT = "swing_support"
|