Namespaces | |
| binary_sensor | |
| calendar | |
| config_flow | |
| const | |
| coordinator | |
| device | |
| entity | |
| switch | |
| webhooks | |
Functions | |
| None | async_remove_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.CALENDAR, Platform.SWITCH] |
Integration with the Rachio Iro sprinkler system controller.
| None homeassistant.components.rachio.async_remove_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Remove a rachio config entry.
Definition at line 36 of file __init__.py.
| bool homeassistant.components.rachio.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up the Rachio config entry.
Definition at line 42 of file __init__.py.
| bool homeassistant.components.rachio.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 28 of file __init__.py.
|
private |
Definition at line 23 of file __init__.py.
| list homeassistant.components.rachio.PLATFORMS = [Platform.BINARY_SENSOR, Platform.CALENDAR, Platform.SWITCH] |
Definition at line 25 of file __init__.py.