Classes | |
| class | RachioRainDelay |
| class | RachioSchedule |
| class | RachioStandbySwitch |
| class | RachioSwitch |
| class | RachioValve |
| class | RachioZone |
Functions | |
| list[Entity] | _create_entities (HomeAssistant hass, ConfigEntry config_entry) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_DURATION = "duration" |
| string | ATTR_PERCENT = "percent" |
| string | ATTR_SCHEDULE_DURATION = "Duration" |
| string | ATTR_SCHEDULE_ENABLED = "Enabled" |
| string | ATTR_SCHEDULE_SUMMARY = "Summary" |
| string | ATTR_SCHEDULE_TYPE = "Type" |
| string | ATTR_SORT_ORDER = "sortOrder" |
| string | ATTR_WATERING_DURATION = "Watering Duration seconds" |
| string | ATTR_ZONE_NUMBER = "Zone number" |
| string | ATTR_ZONE_SHADE = "Shade" |
| string | ATTR_ZONE_SLOPE = "Slope" |
| string | ATTR_ZONE_SUMMARY = "Summary" |
| string | ATTR_ZONE_TYPE = "Type" |
| START_MULTIPLE_ZONES_SCHEMA | |
Integration with the Rachio Iro sprinkler system controller.
|
private |
| None homeassistant.components.rachio.switch.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |
| 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" |