Go to the source code of this file.
Classes | |
| class | homeassistant.components.zhong_hong.climate.ZhongHongClimate |
Namespaces | |
| homeassistant.components.zhong_hong.climate | |
Functions | |
| None | homeassistant.components.zhong_hong.climate.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.zhong_hong.climate._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.zhong_hong.climate.CONF_GATEWAY_ADDRRESS = "gateway_address" |
| int | homeassistant.components.zhong_hong.climate.DEFAULT_GATEWAY_ADDRRESS = 1 |
| int | homeassistant.components.zhong_hong.climate.DEFAULT_PORT = 9999 |
| dictionary | homeassistant.components.zhong_hong.climate.MODE_TO_STATE |
| homeassistant.components.zhong_hong.climate.PLATFORM_SCHEMA | |
| string | homeassistant.components.zhong_hong.climate.SIGNAL_DEVICE_ADDED = "zhong_hong_device_added" |
| string | homeassistant.components.zhong_hong.climate.SIGNAL_ZHONG_HONG_HUB_START = "zhong_hong_hub_start" |
| string | homeassistant.components.zhong_hong.climate.ZHONG_HONG_MODE_COOL = "cool" |
| string | homeassistant.components.zhong_hong.climate.ZHONG_HONG_MODE_DRY = "dry" |
| string | homeassistant.components.zhong_hong.climate.ZHONG_HONG_MODE_FAN_ONLY = "fan_only" |
| string | homeassistant.components.zhong_hong.climate.ZHONG_HONG_MODE_HEAT = "heat" |