Skip to content

Releases: RenierM26/ha-ezviz

Detection Sensitivity Number Entity individual poll.

30 May 18:23
Compare
Choose a tag to compare

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.

28 May 18:42
Compare
Choose a tag to compare
  • 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.

28 May 04:36
Compare
Choose a tag to compare
  • 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

27 May 10:55
Compare
Choose a tag to compare

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*

27 May 06:13
Compare
Choose a tag to compare

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.

26 May 05:04
5939aa1
Compare
Choose a tag to compare
  • 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.

21 May 18:37
Compare
Choose a tag to compare

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.

07 Jan 19:11
Compare
Choose a tag to compare

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.

07 Jan 13:59
Compare
Choose a tag to compare

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.

04 Dec 08:38
Compare
Choose a tag to compare
  • mypy fix depreciation in config_flow.
  • cleanup init.
  • bump api.