Releases: ckarrie/ha-netgear-plus
v0.7.2rc0
What's Changed
- Bump ruff from 0.8.4 to 0.8.6 by @dependabot in #63
- Pre-release 0.7.2 by @foxey in #68
Full Changelog: v0.7.1rc6...v0.7.2rc0
v0.7.1rc6
v0.7.1rc5
v0.7.1pre3
What's new
- Mitigate regression of GS308EPP model detection
- Add support for GS305EPP model
Refactor parade
Bump py-netgear-plus to v0.3.1pre1
v0.7.0 - New year's release!
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
- Bump ruff from 0.7.0 to 0.7.1 by @dependabot in #40
- Bump actions/setup-python from 5.2.0 to 5.3.0 by @dependabot in #41
- Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #42
- Bump colorlog from 6.8.2 to 6.9.0 by @dependabot in #43
- Bump ruff from 0.7.1 to 0.7.2 by @dependabot in #44
- Bump softprops/action-gh-release from 2.0.8 to 2.0.9 by @dependabot in #45
- Bump ruff from 0.7.2 to 0.7.3 by @dependabot in #46
- Bump softprops/action-gh-release from 2.0.9 to 2.1.0 by @dependabot in #47
- Bump ruff from 0.7.3 to 0.8.2 by @dependabot in #52
- Python carveout by @foxey in #57
- Update dependencies, version and docs for new release. by @foxey in #58
- Bump softprops/action-gh-release from 2.1.0 to 2.2.0 by @dependabot in #54
- Bump ruff from 0.8.2 to 0.8.4 by @dependabot in #56
Full Changelog: v0.6.5...v0.7.0
v0.6.5
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:
- Delete the unavailable entity
- Rename the new "Switch IO"'s entity ID from
sensor.<<MODEL>>_<<IP>>_switch_io_2
back tosensor.<<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
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
UPnP autodiscovery