Skip to content

Releases: JurajNyiri/HomeAssistant-Tapo-Control

3.7.0

04 Jul 11:35
8f7a679
Compare
Choose a tag to compare

Version 3.7.0 🚨

New Features

  • Adds #182 - Service to activate or deactivate active alarm
  • Adds #178 - Ability to choose RTSP transport mechanism, should resolve some connection issues some users have been having, especially users using VLAN.
  • Adds #119 - Service to synchronize date and time with the camera
  • Fixes #173 - Fixes a case where logs are spammed if camera is unavailable

Breaking Changes

This release changes default RTSP transport mechanism to TCP, which should be more stable for the most users. If you experience any issues, slowness or any other negative effects after this release, go to configuration of your device in Home Assistant - Devices - Integrations and choose UDP as RTSP transport mechanism for every Tapo camera. Restart of Home Assistant is required after changing this setting.

3.6.0

22 May 08:23
8d136e5
Compare
Choose a tag to compare

Version 3.6.0 💡

New Features

  • Adds support for lights for the cameras that have them, like C320WS. Thank you @TassSinclair for all the work.
Kapture.2022-05-11.at.22.34.50.mp4

3.5.2

11 Apr 20:48
01f0924
Compare
Choose a tag to compare

Fixes

Fixes #169 where it was not possible to reload integration because of binary_sensor and update entities not being unloaded.

Thank you @TitanNano for bug report and fix.

3.5.1

11 Apr 20:34
ee2452f
Compare
Choose a tag to compare

New Features

Camera entities now expose mac address in device information. Thanks to this, Home Assistant can now merge the Device with entities from other integrations.

Thank you @TitanNano for feature request and implementation.

3.5.0

07 Apr 17:12
6dda7b1
Compare
Choose a tag to compare

Version 3.5.0 ⬆

New Features

  • Adds support for updating camera firmware via Home Assistant. This new feature requires at least Home Assistant 2022.04.0.

image

3.5.0-rc2

07 Apr 14:31
6dda7b1
Compare
Choose a tag to compare
3.5.0-rc2 Pre-release
Pre-release

Version 3.5.0 ⬆

New Features

  • Adds support for updating camera firmware via Home Assistant. This new feature requires at least Home Assistant 2022.04.0.

image

3.4.8

27 Mar 22:09
Compare
Choose a tag to compare

New Features

  • Adds debug logs for config flows
  • Camera Account and cloud password is now verified only if changed, changing other options no longer triggers verification of access to the camera

3.4.7

07 Mar 20:20
Compare
Choose a tag to compare

Fixes

Re-release version 3.4.5 for users not able to download 3.4.5 via HACS.

3.4.5

24 Feb 11:39
Compare
Choose a tag to compare

Fixes

Fixes an issue where integration doesn't work with Home Assistant version 2022.3.*.

3.4.4

07 Jan 16:36
d69fece
Compare
Choose a tag to compare

Fixes

  • Fixes a warning about deprecated discovery_info access method in version 2022.6. Thank you @mudape !