Home Assistant Unofficial Reference 2024.12.1
switch.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.enocean.switch.EnOceanSwitch
 

Namespaces

 homeassistant.components.enocean.switch
 

Functions

None homeassistant.components.enocean.switch._migrate_to_new_unique_id (HomeAssistant hass, dev_id, channel)
 
None homeassistant.components.enocean.switch.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 
str homeassistant.components.enocean.switch.generate_unique_id (list[int] dev_id, int channel)
 

Variables

string homeassistant.components.enocean.switch.CONF_CHANNEL = "channel"
 
string homeassistant.components.enocean.switch.DEFAULT_NAME = "EnOcean Switch"
 
 homeassistant.components.enocean.switch.PLATFORM_SCHEMA