Go to the source code of this file.
Namespaces | |
| homeassistant.components.rflink.light | |
Functions | |
| 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) |
Variables | |
| homeassistant.components.rflink.light._LOGGER = logging.getLogger(__name__) | |
| int | homeassistant.components.rflink.light.PARALLEL_UPDATES = 0 |
| homeassistant.components.rflink.light.PLATFORM_SCHEMA | |
| string | homeassistant.components.rflink.light.TYPE_DIMMABLE = "dimmable" |
| string | homeassistant.components.rflink.light.TYPE_HYBRID = "hybrid" |
| string | homeassistant.components.rflink.light.TYPE_SWITCHABLE = "switchable" |
| string | homeassistant.components.rflink.light.TYPE_TOGGLE = "toggle" |