Releases: RenierM26/ha-ezviz
Detection Sensitivity Number Entity individual poll.
Changed Detection Sensitivity Number Entity individual poll to speed up API. Should result in a lot less API unavailable situations.
NOTE: Disable entity on your battery cameras if battery life is a concern. Only polls every hour so shouldn't have that much of an impact.
Full Changelog: 0.1.0.13...0.1.0.14
Add Light entity for camera lights.
- Add light entity.
- Tweaks to siren. (Keeps state in memory. Note: siren stops after 60 seconds - Integration has no control over this, it's hard coded in the camera firmware.)
Full Changelog: 0.1.0.12...0.1.0.13
Only add PTZ button entities to PTZ cameras.
- Only add PTZ button entities to PTZ cameras. (Found a way to decode ezviz device capabilities)
Full Changelog: 0.1.0.11...0.1.0.12
Add button entities for PTZ
Added button entities for PTZ, they are disabled by default so just enable if you have a PTZ camera. (Don't have a way to check automatically yet)
Full Changelog: 0.1.0.10...0.1.0.11
Add siren and select entity for alarm sound mode. *Fixed select*
Added two new entities to replace sensors + service:
- Siren: Allows you to toggle the camera siren/strobe on and off.
- Alarm sound mode: A select entity for control of movement alarm sound mode.
- A few cleanups and tweaks from HA pull requests.
Full Changelog: 0.1.0.9...0.1.0.10
Raise issue for depreciated set detection sensitivity service.
- Raise issue for depreciated set detection sensitivity service.
- Cleanups and tweaks from HA pull request on Update and Detection Sensitivity entities.
- Sort manifest keys.
Full Changelog: 0.1.0.7...0.1.0.8
Add number entity to replace detection sensitivity sensor + service.
Add number entity to replace detection sensitivity sensor + service.
**Braking change: The set detection sensitivity service is removed in this release. The new number entity is a slider that shows the value and can be set. Will show NAN for battery cameras with hibernate function enabled.
Full Changelog: 0.1.0.6...0.1.0.7
Tweaks to update.py from hass code review.
Full Changelog: 0.1.0.5...0.1.0.6
Tweaks to update.py from hass code review.
Add Update entity, fix for invalid soundmode.
What's Changed
- Adds EZVIZ account setup instructions by @alexmigf in #120
- Added new Update Entity to handle camera firmware updates. Can update your camera directly from Home Assistant with progress and release notes.
- API - Added fix for "invalid soundmode" that pops up on occasion.
- Added Camera MAC device connection. Will allow you to see if cameras are online in conjunction with a router integration (Ubiquity or Asus for example)
New Contributors
Breaking change:
- Old firmware update binary sensor will stop working and can be deleted.
Full Changelog: 0.1.0.4...0.1.0.5
Minor code cleanup, bump api version.
- mypy fix depreciation in config_flow.
- cleanup init.
- bump api.