Classes | |
| class | DimmableRflinkLight |
| class | HybridRflinkLight |
| class | RflinkLight |
| class | ToggleRflinkLight |
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_DIMMABLE = "dimmable" |
| string | TYPE_HYBRID = "hybrid" |
| string | TYPE_SWITCHABLE = "switchable" |
| string | TYPE_TOGGLE = "toggle" |
Support for Rflink lights.
| None homeassistant.components.rflink.light.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | async_add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
| def homeassistant.components.rflink.light.devices_from_config | ( | domain_config | ) |
| def homeassistant.components.rflink.light.entity_class_for_type | ( | entity_type | ) |
| def homeassistant.components.rflink.light.entity_type_for_device_id | ( | device_id | ) |
|
private |
| int homeassistant.components.rflink.light.PARALLEL_UPDATES = 0 |
| string homeassistant.components.rflink.light.TYPE_DIMMABLE = "dimmable" |
| string homeassistant.components.rflink.light.TYPE_HYBRID = "hybrid" |
| string homeassistant.components.rflink.light.TYPE_SWITCHABLE = "switchable" |