Classes | |
| class | RachioBaseStation |
| class | RachioIro |
| class | RachioPerson |
Functions | |
| bool | is_invalid_auth_code (int http_status_code) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_DEVICES = "devices" |
| string | ATTR_DURATION = "duration" |
| PAUSE_SERVICE_SCHEMA | |
| string | PERMISSION_ERROR = "7" |
| RESUME_SERVICE_SCHEMA = vol.Schema({vol.Optional(ATTR_DEVICES): cv.string}) | |
| STOP_SERVICE_SCHEMA = vol.Schema({vol.Optional(ATTR_DEVICES): cv.string}) | |
Adapter to wrap the rachiopy api for home assistant.
| bool homeassistant.components.rachio.device.is_invalid_auth_code | ( | int | http_status_code | ) |
|
private |
| 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}) |