Classes | |
| class | ReolinkHostUpdateEntity |
| class | ReolinkHostUpdateEntityDescription |
| class | ReolinkUpdateBaseEntity |
| class | ReolinkUpdateEntity |
| class | ReolinkUpdateEntityDescription |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ReolinkConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| tuple | HOST_UPDATE_ENTITIES |
| int | PARALLEL_UPDATES = 0 |
| int | POLL_AFTER_INSTALL = 120 |
| int | POLL_PROGRESS = 2 |
| int | RESUME_AFTER_INSTALL = 15 |
| tuple | UPDATE_ENTITIES |
Update entities for Reolink devices.
| None homeassistant.components.reolink.update.async_setup_entry | ( | HomeAssistant | hass, |
| ReolinkConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| tuple homeassistant.components.reolink.update.HOST_UPDATE_ENTITIES |
| int homeassistant.components.reolink.update.PARALLEL_UPDATES = 0 |
| int homeassistant.components.reolink.update.POLL_AFTER_INSTALL = 120 |
| int homeassistant.components.reolink.update.POLL_PROGRESS = 2 |
| int homeassistant.components.reolink.update.RESUME_AFTER_INSTALL = 15 |