Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.freedompro.cover Namespace Reference

Classes

class  Device
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary DEVICE_CLASS_MAP
 
dictionary SUPPORTED_SENSORS = {"windowCovering", "gate", "garageDoor", "door", "window"}
 

Detailed Description

Support for Freedompro cover.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.freedompro.cover.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up Freedompro cover.

Definition at line 36 of file cover.py.

Variable Documentation

◆ DEVICE_CLASS_MAP

dictionary homeassistant.components.freedompro.cover.DEVICE_CLASS_MAP
Initial value:
1 = {
2  "windowCovering": CoverDeviceClass.BLIND,
3  "gate": CoverDeviceClass.GATE,
4  "garageDoor": CoverDeviceClass.GARAGE,
5  "door": CoverDeviceClass.DOOR,
6  "window": CoverDeviceClass.WINDOW,
7 }

Definition at line 25 of file cover.py.

◆ SUPPORTED_SENSORS

dictionary homeassistant.components.freedompro.cover.SUPPORTED_SENSORS = {"windowCovering", "gate", "garageDoor", "door", "window"}

Definition at line 33 of file cover.py.