Home Assistant Unofficial Reference 2024.12.1
switch.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.rachio.switch.RachioRainDelay
 
class  homeassistant.components.rachio.switch.RachioSchedule
 
class  homeassistant.components.rachio.switch.RachioStandbySwitch
 
class  homeassistant.components.rachio.switch.RachioSwitch
 
class  homeassistant.components.rachio.switch.RachioValve
 
class  homeassistant.components.rachio.switch.RachioZone
 

Namespaces

 homeassistant.components.rachio.switch
 

Functions

list[Entity] homeassistant.components.rachio.switch._create_entities (HomeAssistant hass, ConfigEntry config_entry)
 
None homeassistant.components.rachio.switch.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.rachio.switch._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.rachio.switch.ATTR_DURATION = "duration"
 
string homeassistant.components.rachio.switch.ATTR_PERCENT = "percent"
 
string homeassistant.components.rachio.switch.ATTR_SCHEDULE_DURATION = "Duration"
 
string homeassistant.components.rachio.switch.ATTR_SCHEDULE_ENABLED = "Enabled"
 
string homeassistant.components.rachio.switch.ATTR_SCHEDULE_SUMMARY = "Summary"
 
string homeassistant.components.rachio.switch.ATTR_SCHEDULE_TYPE = "Type"
 
string homeassistant.components.rachio.switch.ATTR_SORT_ORDER = "sortOrder"
 
string homeassistant.components.rachio.switch.ATTR_WATERING_DURATION = "Watering Duration seconds"
 
string homeassistant.components.rachio.switch.ATTR_ZONE_NUMBER = "Zone number"
 
string homeassistant.components.rachio.switch.ATTR_ZONE_SHADE = "Shade"
 
string homeassistant.components.rachio.switch.ATTR_ZONE_SLOPE = "Slope"
 
string homeassistant.components.rachio.switch.ATTR_ZONE_SUMMARY = "Summary"
 
string homeassistant.components.rachio.switch.ATTR_ZONE_TYPE = "Type"
 
 homeassistant.components.rachio.switch.START_MULTIPLE_ZONES_SCHEMA