Classes | |
| class | ZhongHongClimate |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_GATEWAY_ADDRRESS = "gateway_address" |
| int | DEFAULT_GATEWAY_ADDRRESS = 1 |
| int | DEFAULT_PORT = 9999 |
| dictionary | MODE_TO_STATE |
| PLATFORM_SCHEMA | |
| string | SIGNAL_DEVICE_ADDED = "zhong_hong_device_added" |
| string | SIGNAL_ZHONG_HONG_HUB_START = "zhong_hong_hub_start" |
| string | ZHONG_HONG_MODE_COOL = "cool" |
| string | ZHONG_HONG_MODE_DRY = "dry" |
| string | ZHONG_HONG_MODE_FAN_ONLY = "fan_only" |
| string | ZHONG_HONG_MODE_HEAT = "heat" |
Support for ZhongHong HVAC Controller.
| None homeassistant.components.zhong_hong.climate.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the ZhongHong HVAC platform.
Definition at line 69 of file climate.py.
|
private |
Definition at line 35 of file climate.py.
| string homeassistant.components.zhong_hong.climate.CONF_GATEWAY_ADDRRESS = "gateway_address" |
Definition at line 37 of file climate.py.
| int homeassistant.components.zhong_hong.climate.DEFAULT_GATEWAY_ADDRRESS = 1 |
Definition at line 40 of file climate.py.
| int homeassistant.components.zhong_hong.climate.DEFAULT_PORT = 9999 |
Definition at line 39 of file climate.py.
| dictionary homeassistant.components.zhong_hong.climate.MODE_TO_STATE |
Definition at line 61 of file climate.py.
| homeassistant.components.zhong_hong.climate.PLATFORM_SCHEMA |
Definition at line 45 of file climate.py.
| string homeassistant.components.zhong_hong.climate.SIGNAL_DEVICE_ADDED = "zhong_hong_device_added" |
Definition at line 42 of file climate.py.
| string homeassistant.components.zhong_hong.climate.SIGNAL_ZHONG_HONG_HUB_START = "zhong_hong_hub_start" |
Definition at line 43 of file climate.py.
| string homeassistant.components.zhong_hong.climate.ZHONG_HONG_MODE_COOL = "cool" |
Definition at line 55 of file climate.py.
| string homeassistant.components.zhong_hong.climate.ZHONG_HONG_MODE_DRY = "dry" |
Definition at line 57 of file climate.py.
| string homeassistant.components.zhong_hong.climate.ZHONG_HONG_MODE_FAN_ONLY = "fan_only" |
Definition at line 58 of file climate.py.
| string homeassistant.components.zhong_hong.climate.ZHONG_HONG_MODE_HEAT = "heat" |
Definition at line 56 of file climate.py.