Skip to content

Releases: RenierM26/ha-ezviz

0.1.0.32

08 Jul 14:58
3fd76f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0.31...0.1.0.32

New - Use ImageEntity for Last camera alarm.

08 Jul 04:56
Compare
Choose a tag to compare

**Breaking change:

  • Migrated the last alarm image to the new ImageEntity component. Requires Home Assistant 2023.7.x
  • The "Last alarm image" Camera entity was also removed so will need to be manually deleted.

Full Changelog: 0.1.0.30...0.1.0.31

Prevent value error in light on coordinator updates.

06 Jul 05:22
Compare
Choose a tag to compare
  • Prevent value error in light on coordinator updates.
  • Small tweak to coordinator switch update.

Bump API for cleanups and better log messages.

04 Jul 05:50
Compare
Choose a tag to compare

Bump API for cleanups and better log messages.

Proper entity names.

02 Jul 08:21
Compare
Choose a tag to compare
  • All entities now have proper names.
  • Small tweaks to config flow as per hass pull request.

0.1.0.27

01 Jul 19:02
Compare
Choose a tag to compare
  • Bump API to retry on Server Busy.
  • Fix light update from coordinator, needs is_on method which is different from switch.

Full Changelog: 0.1.0.26...0.1.0.27

Keep track of light entity in memory for instant updates.

01 Jul 18:21
Compare
Choose a tag to compare
  • Keep track of light entity in memory for instant updates.
  • Fix condition check error on switch.

Full Changelog: 0.1.0.25...0.1.0.26

Rewrote SwitchEntity with EntityDescription.

01 Jul 14:35
Compare
Choose a tag to compare
  • Rewrote the SwitchEntity with EntityDescription and proper names.
  • Switches are tracked in memory so instantly reflects changes. (API takes a few seconds to reflect changes, this works much better)
  • Only actually switchable switches will now show. Also only returns them for devices with support.

** Breaking Change: All unsupported switch entities will be orphaned and can be deleted. Sorry for the extra effort.

Bump API, should instantly update switch status in HA.

26 Jun 05:52
fd8dccd
Compare
Choose a tag to compare

Bump api for improved error handling.

25 Jun 18:28
4d0c753
Compare
Choose a tag to compare