mirror of
https://github.com/home-assistant/core.git
synced 2026-05-21 16:00:12 +01:00
8b08cb9bc1
* Use runtime_data in coolmaster * Adjust test
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"
|