Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Coolmaster integration."""
2 
3 DATA_INFO = "info"
4 DATA_COORDINATOR = "coordinator"
5 
6 DOMAIN = "coolmaster"
7 
8 DEFAULT_PORT = 10102
9 
10 CONF_SUPPORTED_MODES = "supported_modes"
11 CONF_SWING_SUPPORT = "swing_support"