Skip to content

Releases: amosyuen/ha-tplink-deco

v2.2.5

29 Dec 07:10
Compare
Choose a tag to compare

What's Changed

  • Try to fix data and title not getting updated (#105)

Full Changelog: v2.2.4...v2.2.5

v2.2.4

29 Dec 05:26
Compare
Choose a tag to compare

What's Changed

  • Handle invalid names gracefully to fix #122
  • Add documentation on host field
  • Add Mercusys Halo H80X and X90 as tested devices
  • Add S7 as not working device

Full Changelog: v2.2.3...v2.2.4

v2.2.3

28 Sep 07:56
Compare
Choose a tag to compare

What's Changed

  • Update title based on host IP in the options flow (105)

Full Changelog: v2.2.2...v2.2.3

v2.2.2

15 Sep 02:56
86c3ad9
Compare
Choose a tag to compare

What's Changed

  • Fix Unable to serialize ip_address to JSON error (#101)
  • Handle invalid IP address from deco (#98)

Full Changelog: v2.2.0...v2.2.2

v2.2.0

01 Aug 08:00
Compare
Choose a tag to compare

What's Changed

  • Added config option "Verify SSL Certificate" for routers that have self-signed certificates

Full Changelog: v2.1.2...v2.2.0

v2.1.2

20 Jul 07:21
Compare
Choose a tag to compare

What's Changed

  • Fix empty decos with empty IP addresses #85
  • Fix relative link to contribution by @Anonymoesje in #76

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

25 Apr 10:29
Compare
Choose a tag to compare

Changes

  • Add more debug info on response parsing errors
  • Retry data empty response from expired auth token

v2.1.0

24 Mar 09:12
Compare
Choose a tag to compare

Changes

  • Add service for rebooting decos (#50)
  • Retry deco "timeout" error_code (#39)

Full Changelog: v2.0.2...v2.1.0

v2.0.2

08 Mar 09:43
Compare
Choose a tag to compare

Changes

  • Handle missing properties and add more debug logging

Full Changelog: v2.0.1...v2.0.2

v2.0.1

07 Mar 11:09
Compare
Choose a tag to compare

Changes

  • Added device_tracker entities for decos
  • Added separate device for each deco
    • All entities connected to a deco are underneath that deco's device
  • Deco default name is transformed from snake_case to "Capital with spaces" for preset values (For example living_room to "Living Room")
  • Separate deco and client update into different update coordinators so that they can update independently
  • Change client update to make calls in parallel for each deco
  • Filter 'UNKNOWN' ip_address #46
  • Fix error when unloading config entry in v2.0.0

Full Changelog: v1.1.1...v2.0.1