-
- Downloads
Add platform Ezviz (#30378)
* hookid : isort fix * New platform: Ezviz * updated CODEOWNERS for ezviz * proper test requirements * resolved conflict * regenerated requirements * removed stale comments, only one call to add_entities, removed unnecessary attributes * setup is sync, not async. Removed stale comments * Compatible with pyezviz 0.1.4 * pyezviz 0.1.4 is now requiredf * Added PTZ + switch management * added services.yaml * proper requirement * PTZ working in async mode * Now updates the entity * Compatible with pyezviz 0.1.5.1 * Fixed switch ir service registering * now requires pyezviz 0.1.5.2 * now requires pyezviz 0.1.5.2 * Revert "regenerated requirements" This reverts commit 848b317cf9f9df296c3a6ab9e128ec330c4fd365. * Rollbacked to a simpler version * snake_case names everywhere, logging sanatizing, voluptuous proper check * pyezviz 0.1.5, reworked the PR so that it's intelligible * no need for services.yaml for now * proper voluptuous validation * Removed stale code, use proper conf variable, describe attributes * regenerated requirements * stale * removed status from attributes, since we use it for available we don't need it here then. * Fixed log message
Showing
- .coveragerc 1 addition, 0 deletions.coveragerc
- CODEOWNERS 1 addition, 0 deletionsCODEOWNERS
- homeassistant/components/ezviz/__init__.py 1 addition, 0 deletionshomeassistant/components/ezviz/__init__.py
- homeassistant/components/ezviz/camera.py 237 additions, 0 deletionshomeassistant/components/ezviz/camera.py
- homeassistant/components/ezviz/manifest.json 8 additions, 0 deletionshomeassistant/components/ezviz/manifest.json
- requirements_all.txt 3 additions, 0 deletionsrequirements_all.txt
Loading
Please register or sign in to comment