Classes | |
| class | RachioScheduleUpdateCoordinator |
| class | RachioUpdateCoordinator |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | DAY = "day" |
| string | MONTH = "month" |
| int | UPDATE_DELAY_TIME = 8 |
| string | YEAR = "year" |
Coordinator object for the Rachio integration.
|
private |
Definition at line 26 of file coordinator.py.
| string homeassistant.components.rachio.coordinator.DAY = "day" |
Definition at line 28 of file coordinator.py.
| string homeassistant.components.rachio.coordinator.MONTH = "month" |
Definition at line 29 of file coordinator.py.
| int homeassistant.components.rachio.coordinator.UPDATE_DELAY_TIME = 8 |
Definition at line 32 of file coordinator.py.
| string homeassistant.components.rachio.coordinator.YEAR = "year" |
Definition at line 30 of file coordinator.py.