Home Assistant Unofficial Reference 2024.12.1
cover.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.rflink.cover.InvertedRflinkCover
 
class  homeassistant.components.rflink.cover.RflinkCover
 

Namespaces

 

Functions

None homeassistant.components.rflink.cover.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 
def homeassistant.components.rflink.cover.devices_from_config (domain_config)
 
def homeassistant.components.rflink.cover.entity_class_for_type (entity_type)
 
def homeassistant.components.rflink.cover.entity_type_for_device_id (device_id)
 

Variables

 homeassistant.components.rflink.cover._LOGGER = logging.getLogger(__name__)
 
int homeassistant.components.rflink.cover.PARALLEL_UPDATES = 0
 
 homeassistant.components.rflink.cover.PLATFORM_SCHEMA
 
string homeassistant.components.rflink.cover.TYPE_INVERTED = "inverted"
 
string homeassistant.components.rflink.cover.TYPE_STANDARD = "standard"