Home Assistant Unofficial Reference 2024.12.1
binary_sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.rainmachine.binary_sensor.CurrentRestrictionsBinarySensor
 
class  homeassistant.components.rainmachine.binary_sensor.ProvisionSettingsBinarySensor
 
class  homeassistant.components.rainmachine.binary_sensor.RainMachineBinarySensorDescription
 

Namespaces

 homeassistant.components.rainmachine.binary_sensor
 

Functions

None homeassistant.components.rainmachine.binary_sensor.async_setup_entry (HomeAssistant hass, RainMachineConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

tuple homeassistant.components.rainmachine.binary_sensor.BINARY_SENSOR_DESCRIPTIONS
 
string homeassistant.components.rainmachine.binary_sensor.TYPE_FLOW_SENSOR = "flow_sensor"
 
string homeassistant.components.rainmachine.binary_sensor.TYPE_FREEZE = "freeze"
 
string homeassistant.components.rainmachine.binary_sensor.TYPE_HOURLY = "hourly"
 
string homeassistant.components.rainmachine.binary_sensor.TYPE_MONTH = "month"
 
string homeassistant.components.rainmachine.binary_sensor.TYPE_RAINDELAY = "raindelay"
 
string homeassistant.components.rainmachine.binary_sensor.TYPE_RAINSENSOR = "rainsensor"
 
string homeassistant.components.rainmachine.binary_sensor.TYPE_WEEKDAY = "weekday"