Home Assistant Unofficial Reference 2024.12.1
switch.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.arest.switch.ArestSwitchBase
 
class  homeassistant.components.arest.switch.ArestSwitchFunction
 
class  homeassistant.components.arest.switch.ArestSwitchPin
 

Namespaces

 homeassistant.components.arest.switch
 

Functions

None homeassistant.components.arest.switch.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.arest.switch._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.arest.switch.CONF_FUNCTIONS = "functions"
 
string homeassistant.components.arest.switch.CONF_INVERT = "invert"
 
string homeassistant.components.arest.switch.CONF_PINS = "pins"
 
string homeassistant.components.arest.switch.DEFAULT_NAME = "aREST switch"
 
 homeassistant.components.arest.switch.PIN_FUNCTION_SCHEMA
 
 homeassistant.components.arest.switch.PLATFORM_SCHEMA