Home Assistant Unofficial Reference 2024.12.1
switch.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.aten_pe.switch.AtenSwitch
 

Namespaces

 homeassistant.components.aten_pe.switch
 

Functions

None homeassistant.components.aten_pe.switch.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.aten_pe.switch._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.aten_pe.switch.CONF_AUTH_KEY = "auth_key"
 
string homeassistant.components.aten_pe.switch.CONF_COMMUNITY = "community"
 
string homeassistant.components.aten_pe.switch.CONF_PRIV_KEY = "priv_key"
 
string homeassistant.components.aten_pe.switch.DEFAULT_COMMUNITY = "private"
 
string homeassistant.components.aten_pe.switch.DEFAULT_PORT = "161"
 
string homeassistant.components.aten_pe.switch.DEFAULT_USERNAME = "administrator"
 
 homeassistant.components.aten_pe.switch.PLATFORM_SCHEMA