Skip to content

Releases: sirkirby/ha-udm-rule-manager

Release v1.0.0

03 Dec 18:27
7ecc60d
Compare
Choose a tag to compare

Unifi has changed how you configured firewall and traffic rules with the release of v9. Once you migrate to the new Firewall Zones, your riles will be consolodated into firewall policies, which have new api enpoints to manage them. For testing those new endpoints yourself, see my API testing repository.

  • Removed support for getting and updating traffic and firewall rules
  • Retained support for traffic routes, as they were not part of this migraiton
  • Add support for getting all, getting individual, and modifying firewall policies

Note

This is a breaking change. If you are still on Network v8.x.x, then stay on v0.3.0 of this integration.
After upgrading in home assistant, you may need to manually delete the old traffic and firewall rule entities and you will have to update all of your dashboards with the new entities created for your same rules now prefixed with firewall policy.

Full Changelog: v0.3.0...v1.0.0

Release v0.3.0

05 Nov 23:20
9cf9d31
Compare
Choose a tag to compare

What's Changed

  • Traffic Route support with QoL improvements by @sirkirby in #7

Full Changelog: v0.2.0...v0.3.0

Release v0.2.0

26 Sep 17:26
f399426
Compare
Choose a tag to compare

What's Changed

  • Updated to readme for better clarification by @sirkirby in #4
  • QoL improvements and rework by @sirkirby in #5

Full Changelog: v0.1.0...v0.2.0

Release v0.1.0

19 Sep 18:53
0813354
Compare
Choose a tag to compare

Initial release

  • Creates switch entities for all firewall and traffic rules defined in the network application on a UDM device
  • HACS support

What's Changed

  • Update coordinator and active session check by @sirkirby in #3

Full Changelog: https://github.com/sirkirby/ha-udm-rule-manager/commits/v0.1.0