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

Classes

class  OmniLogicPumpControl
 
class  OmniLogicRelayControl
 
class  OmniLogicSwitch
 

Functions

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

Variables

int OMNILOGIC_SWITCH_OFF = 7
 
string SERVICE_SET_SPEED = "set_pump_speed"
 

Detailed Description

Platform for Omnilogic switch integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.omnilogic.switch.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the light platform.

Definition at line 24 of file switch.py.

Variable Documentation

◆ OMNILOGIC_SWITCH_OFF

int homeassistant.components.omnilogic.switch.OMNILOGIC_SWITCH_OFF = 7

Definition at line 21 of file switch.py.

◆ SERVICE_SET_SPEED

string homeassistant.components.omnilogic.switch.SERVICE_SET_SPEED = "set_pump_speed"

Definition at line 20 of file switch.py.