Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.abode.switch Namespace Reference

Classes

class  AbodeAutomationSwitch
 
class  AbodeSwitch
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

list DEVICE_TYPES = ["switch", "valve"]
 

Detailed Description

Support for Abode Security System switches.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.abode.switch.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up Abode switch devices.

Definition at line 22 of file switch.py.

Variable Documentation

◆ DEVICE_TYPES

list homeassistant.components.abode.switch.DEVICE_TYPES = ["switch", "valve"]

Definition at line 19 of file switch.py.