Skip to content

Releases: ckarrie/ha-netgear-plus

v0.7.2rc0

15 Jan 16:45
f50fadf
Compare
Choose a tag to compare
v0.7.2rc0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.1rc6...v0.7.2rc0

v0.7.1rc6

07 Jan 15:47
882402f
Compare
Choose a tag to compare
v0.7.1rc6 Pre-release
Pre-release

What's Changed

  • Bump py-netgear-plus to v0.3.1rc6 by @foxey in #64

Full Changelog: v0.7.1rc5...v0.7.1rc6

v0.7.1rc5

06 Jan 18:50
e577f45
Compare
Choose a tag to compare
v0.7.1rc5 Pre-release
Pre-release

What's Changed

  • bump py-netgear-plus to 0.3.1pre5 by @foxey in #61
  • fixes regression for GS308EPP detection
  • added support for GS305EPP

Full Changelog: v0.7.1pre3...v0.7.1rc5

v0.7.1pre3

06 Jan 15:48
5fbe1ab
Compare
Choose a tag to compare
v0.7.1pre3 Pre-release
Pre-release

What's new

  • Mitigate regression of GS308EPP model detection
  • Add support for GS305EPP model

Refactor parade

03 Jan 14:29
cad6d1e
Compare
Choose a tag to compare
Refactor parade Pre-release
Pre-release

Bump py-netgear-plus to v0.3.1pre1

v0.7.0 - New year's release!

01 Jan 13:10
de4a665
Compare
Choose a tag to compare

What's new

  • This release uses the external py-netgear-plus library available on pypi.org (version 0.3.0).
  • The external library supports GS316EP(P) switch models.

What's Changed

Full Changelog: v0.6.5...v0.7.0

v0.6.5

24 Oct 10:36
f305ad6
Compare
Choose a tag to compare

Breaking change!

Changes:

  • Formatting and linting added in VS Code through a Dev Container configuration and in GitHub using actions on the main branch. All the code is also refactored to adhere to the standards used by the Home Assistant development team. It also improves consistency in the code, which causes a breaking change in one of the entities exposed in HA. After the upgrade, the Switch IO sensor will be duplicated, with the original one being unavailable. This can be fixed using these steps:

    1. Delete the unavailable entity
    2. Rename the new "Switch IO"'s entity ID from sensor.<<MODEL>>_<<IP>>_switch_io_2 back to sensor.<<MODEL>>_<<IP>>_switch_io
      This will retain your history and fix any automations using the sensor.
  • Renamed all entities containing "Transfer(ring)" in "Sent" to match the terminology in NETGEAR's web interface.

  • Added support for GS308EPP model

v0.6.4 - PoE power cycle buttons

13 Oct 07:24
a17f6b4
Compare
Choose a tag to compare

This release adds power cycle buttons for GS3xx series PoE switches. Their behavior is identical to the power cycle buttons in the web GUI. Tested on GS308EP.

v0.6.3: Merge pull request #28 from foxey/main

29 Sep 14:00
7cab234
Compare
Choose a tag to compare

v0.6.2

25 Sep 13:53
Compare
Choose a tag to compare

Added GS308EP model
Renamed integration to NETGEAR Plus (netgear_plus)