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

Classes

class  RainBirdSwitch
 

Functions

None async_setup_entry (HomeAssistant hass, RainbirdConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string SERVICE_START_IRRIGATION = "start_irrigation"
 
 VolDictType
 

Detailed Description

Support for Rain Bird Irrigation system LNK Wi-Fi Module.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.rainbird.switch.async_setup_entry ( HomeAssistant  hass,
RainbirdConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up entry for a Rain Bird irrigation switches.

Definition at line 32 of file switch.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file switch.py.

◆ SERVICE_START_IRRIGATION

string homeassistant.components.rainbird.switch.SERVICE_START_IRRIGATION = "start_irrigation"

Definition at line 25 of file switch.py.

◆ VolDictType

homeassistant.components.rainbird.switch.VolDictType

Definition at line 27 of file switch.py.