Home Assistant Unofficial Reference 2024.12.1
type_covers.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.homekit.type_covers.Door
 
class  homeassistant.components.homekit.type_covers.GarageDoorOpener
 
class  homeassistant.components.homekit.type_covers.OpeningDevice
 
class  homeassistant.components.homekit.type_covers.OpeningDeviceBase
 
class  homeassistant.components.homekit.type_covers.Window
 
class  homeassistant.components.homekit.type_covers.WindowCovering
 
class  homeassistant.components.homekit.type_covers.WindowCoveringBasic
 

Namespaces

 homeassistant.components.homekit.type_covers
 

Functions

int homeassistant.components.homekit.type_covers._hass_state_to_position_start (str state)
 

Variables

 homeassistant.components.homekit.type_covers._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.homekit.type_covers.DOOR_CURRENT_HASS_TO_HK
 
dictionary homeassistant.components.homekit.type_covers.DOOR_TARGET_HASS_TO_HK
 
dictionary homeassistant.components.homekit.type_covers.MOVING_STATES = {CoverState.OPENING, CoverState.CLOSING}