Classes | |
| class | InvertedRflinkCover |
| class | RflinkCover |
Functions | |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
| def | devices_from_config (domain_config) |
| def | entity_class_for_type (entity_type) |
| def | entity_type_for_device_id (device_id) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | PARALLEL_UPDATES = 0 |
| PLATFORM_SCHEMA | |
| string | TYPE_INVERTED = "inverted" |
| string | TYPE_STANDARD = "standard" |
Support for Rflink Cover devices.
| 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 | ) |
|
private |
| int homeassistant.components.rflink.cover.PARALLEL_UPDATES = 0 |
| homeassistant.components.rflink.cover.PLATFORM_SCHEMA |
| string homeassistant.components.rflink.cover.TYPE_INVERTED = "inverted" |