Go to the source code of this file.
Classes | |
| class | homeassistant.components.rachio.device.RachioBaseStation |
| class | homeassistant.components.rachio.device.RachioIro |
| class | homeassistant.components.rachio.device.RachioPerson |
Namespaces | |
| homeassistant.components.rachio.device | |
Functions | |
| bool | homeassistant.components.rachio.device.is_invalid_auth_code (int http_status_code) |
Variables | |
| homeassistant.components.rachio.device._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.rachio.device.ATTR_DEVICES = "devices" |
| string | homeassistant.components.rachio.device.ATTR_DURATION = "duration" |
| homeassistant.components.rachio.device.PAUSE_SERVICE_SCHEMA | |
| string | homeassistant.components.rachio.device.PERMISSION_ERROR = "7" |
| homeassistant.components.rachio.device.RESUME_SERVICE_SCHEMA = vol.Schema({vol.Optional(ATTR_DEVICES): cv.string}) | |
| homeassistant.components.rachio.device.STOP_SERVICE_SCHEMA = vol.Schema({vol.Optional(ATTR_DEVICES): cv.string}) | |