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

Classes

class  SatelIntegraSwitch
 

Functions

None async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list DEPENDENCIES = ["satel_integra"]
 

Detailed Description

Support for Satel Integra modifiable outputs represented as switches.

Function Documentation

◆ async_setup_platform()

None homeassistant.components.satel_integra.switch.async_setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  async_add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Set up the Satel Integra switch devices.

Definition at line 27 of file switch.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.satel_integra.switch._LOGGER = logging.getLogger(__name__)
private

Definition at line 22 of file switch.py.

◆ DEPENDENCIES

list homeassistant.components.satel_integra.switch.DEPENDENCIES = ["satel_integra"]

Definition at line 24 of file switch.py.