Home Assistant Unofficial Reference 2024.12.1
switch.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.devolo_home_network.switch.DevoloSwitchEntity
 
class  homeassistant.components.devolo_home_network.switch.DevoloSwitchEntityDescription
 

Namespaces

 homeassistant.components.devolo_home_network.switch
 

Functions

None homeassistant.components.devolo_home_network.switch.__init__ (self, DevoloHomeNetworkConfigEntry entry, DevoloDataUpdateCoordinator[_DataT] coordinator, DevoloSwitchEntityDescription[_DataT] description)
 
None homeassistant.components.devolo_home_network.switch.async_setup_entry (HomeAssistant hass, DevoloHomeNetworkConfigEntry entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.devolo_home_network.switch.async_turn_off (self, **Any kwargs)
 
None homeassistant.components.devolo_home_network.switch.async_turn_on (self, **Any kwargs)
 
bool homeassistant.components.devolo_home_network.switch.is_on (self)
 

Variables

 homeassistant.components.devolo_home_network.switch._DataType
 
 homeassistant.components.devolo_home_network.switch.coordinators = entry.runtime_data.coordinators
 
 homeassistant.components.devolo_home_network.switch.device = entry.runtime_data.device
 
 homeassistant.components.devolo_home_network.switch.entity_category
 
 homeassistant.components.devolo_home_network.switch.entity_description
 
 homeassistant.components.devolo_home_network.switch.is_on_func
 
 homeassistant.components.devolo_home_network.switch.key
 
int homeassistant.components.devolo_home_network.switch.PARALLEL_UPDATES = 0
 
 homeassistant.components.devolo_home_network.switch.turn_off_func
 
 homeassistant.components.devolo_home_network.switch.turn_on_func