mirror of
https://github.com/home-assistant/core.git
synced 2025-11-07 18:09:31 +00:00
11 lines
211 B
Python
11 lines
211 B
Python
"""Constants for the Coolmaster integration."""
|
|
|
|
DOMAIN = "coolmaster"
|
|
|
|
DEFAULT_PORT = 10102
|
|
|
|
CONF_SUPPORTED_MODES = "supported_modes"
|
|
CONF_SWING_SUPPORT = "swing_support"
|
|
MAX_RETRIES = 3
|
|
BACKOFF_BASE_DELAY = 2
|