Home Assistant Unofficial Reference 2024.12.1
light.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.rflink.light.DimmableRflinkLight
 
class  homeassistant.components.rflink.light.HybridRflinkLight
 
class  homeassistant.components.rflink.light.RflinkLight
 
class  homeassistant.components.rflink.light.ToggleRflinkLight
 

Namespaces

 

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"