mirror of
https://github.com/home-assistant/core.git
synced 2025-06-06 14:17:06 +00:00
9 lines
172 B
Python
9 lines
172 B
Python
"""Constants for the Coolmaster integration."""
|
|
|
|
DOMAIN = "coolmaster"
|
|
|
|
DEFAULT_PORT = 10102
|
|
|
|
CONF_SUPPORTED_MODES = "supported_modes"
|
|
CONF_SWING_SUPPORT = "swing_support"
|