Classes | |
| class | ReolinkButtonEntity |
| class | ReolinkButtonEntityDescription |
| class | ReolinkHostButtonEntity |
| class | ReolinkHostButtonEntityDescription |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ReolinkConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| string | ATTR_SPEED = "speed" |
| tuple | BUTTON_ENTITIES |
| tuple | HOST_BUTTON_ENTITIES |
| int | PARALLEL_UPDATES = 0 |
| string | SERVICE_PTZ_MOVE = "ptz_move" |
| SUPPORT_PTZ_SPEED = CameraEntityFeature.STREAM | |
Component providing support for Reolink button entities.
| None homeassistant.components.reolink.button.async_setup_entry | ( | HomeAssistant | hass, |
| ReolinkConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| string homeassistant.components.reolink.button.ATTR_SPEED = "speed" |
| tuple homeassistant.components.reolink.button.BUTTON_ENTITIES |
| tuple homeassistant.components.reolink.button.HOST_BUTTON_ENTITIES |
| int homeassistant.components.reolink.button.PARALLEL_UPDATES = 0 |
| string homeassistant.components.reolink.button.SERVICE_PTZ_MOVE = "ptz_move" |
| homeassistant.components.reolink.button.SUPPORT_PTZ_SPEED = CameraEntityFeature.STREAM |