Releases: RenierM26/ha-ezviz
Releases · RenierM26/ha-ezviz
0.1.0.32
What's Changed
- Add MFA support to config_flow by @RenierM26 in #125
Full Changelog: 0.1.0.31...0.1.0.32
New - Use ImageEntity for Last camera alarm.
**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.
- Prevent value error in light on coordinator updates.
- Small tweak to coordinator switch update.
Bump API for cleanups and better log messages.
Bump API for cleanups and better log messages.
Proper entity names.
- All entities now have proper names.
- Small tweaks to config flow as per hass pull request.
0.1.0.27
- 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.
- 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.
- 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.
- Full Changelog: 0.1.0.24...0.1.0.25
Bump API, should instantly update switch status in HA.
Bump api for improved error handling.
Full Changelog: 0.1.0.22...0.1.0.23