Home Assistant Unofficial Reference 2024.12.1
fan.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.homekit_controller.fan.BaseHomeKitFan
 
class  homeassistant.components.homekit_controller.fan.HomeKitFanV1
 
class  homeassistant.components.homekit_controller.fan.HomeKitFanV2
 

Namespaces

 homeassistant.components.homekit_controller.fan
 

Functions

None homeassistant.components.homekit_controller.fan.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary homeassistant.components.homekit_controller.fan.DIRECTION_TO_HK
 
dictionary homeassistant.components.homekit_controller.fan.ENTITY_TYPES
 
dictionary homeassistant.components.homekit_controller.fan.HK_DIRECTION_TO_HA = {v: k for (k, v) in DIRECTION_TO_HK.items()}