Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.rainmachine.binary_sensor Namespace Reference

Classes

class  CurrentRestrictionsBinarySensor
 
class  ProvisionSettingsBinarySensor
 
class  RainMachineBinarySensorDescription
 

Functions

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

Variables

tuple BINARY_SENSOR_DESCRIPTIONS
 
string TYPE_FLOW_SENSOR = "flow_sensor"
 
string TYPE_FREEZE = "freeze"
 
string TYPE_HOURLY = "hourly"
 
string TYPE_MONTH = "month"
 
string TYPE_RAINDELAY = "raindelay"
 
string TYPE_RAINSENSOR = "rainsensor"
 
string TYPE_WEEKDAY = "weekday"
 

Detailed Description

Binary sensors for key RainMachine data.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.rainmachine.binary_sensor.async_setup_entry ( HomeAssistant  hass,
RainMachineConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up RainMachine binary sensors based on a config entry.

Definition at line 94 of file binary_sensor.py.

Variable Documentation

◆ BINARY_SENSOR_DESCRIPTIONS

tuple homeassistant.components.rainmachine.binary_sensor.BINARY_SENSOR_DESCRIPTIONS

Definition at line 41 of file binary_sensor.py.

◆ TYPE_FLOW_SENSOR

string homeassistant.components.rainmachine.binary_sensor.TYPE_FLOW_SENSOR = "flow_sensor"

Definition at line 23 of file binary_sensor.py.

◆ TYPE_FREEZE

string homeassistant.components.rainmachine.binary_sensor.TYPE_FREEZE = "freeze"

Definition at line 24 of file binary_sensor.py.

◆ TYPE_HOURLY

string homeassistant.components.rainmachine.binary_sensor.TYPE_HOURLY = "hourly"

Definition at line 25 of file binary_sensor.py.

◆ TYPE_MONTH

string homeassistant.components.rainmachine.binary_sensor.TYPE_MONTH = "month"

Definition at line 26 of file binary_sensor.py.

◆ TYPE_RAINDELAY

string homeassistant.components.rainmachine.binary_sensor.TYPE_RAINDELAY = "raindelay"

Definition at line 27 of file binary_sensor.py.

◆ TYPE_RAINSENSOR

string homeassistant.components.rainmachine.binary_sensor.TYPE_RAINSENSOR = "rainsensor"

Definition at line 28 of file binary_sensor.py.

◆ TYPE_WEEKDAY

string homeassistant.components.rainmachine.binary_sensor.TYPE_WEEKDAY = "weekday"

Definition at line 29 of file binary_sensor.py.