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

Classes

class  RainBirdSensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 RAIN_DELAY_ENTITY_DESCRIPTION
 

Detailed Description

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

Function Documentation

◆ async_setup_entry()

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

Definition at line 25 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 16 of file sensor.py.

◆ RAIN_DELAY_ENTITY_DESCRIPTION

homeassistant.components.rainbird.sensor.RAIN_DELAY_ENTITY_DESCRIPTION
Initial value:
1 = SensorEntityDescription(
2  key="raindelay",
3  translation_key="raindelay",
4 )

Definition at line 19 of file sensor.py.