Releases: travisghansen/hass-opnsense
Releases · travisghansen/hass-opnsense
v0.2.0 - Use the REST API for Telemetry
What's Changed
💥 Breaking Change 💥
- Use the REST API for Telemetry by @Snuffy2 in #147
- Requires that the OPNSense user has admin permissions. See the Readme for details
- OpenVPN Entities will be renamed and the old ones will need to be manually removed
CPU Frequency Current
will always be Unavailable for now and will likely be removed in a future version
🐛 Bug Fixes 🐛
- Fix pfstates access issues and readme update on permissions by @Snuffy2 in #149
- Fix swap memory permission and gracefully handle permission errors by @Snuffy2 in #150
- Revert instance entity naming by @Snuffy2 in #151
- Don't show error if OpenVPN isn't used by @Snuffy2 in #154
- Rename interfaces (take 2) by @Snuffy2 in #155
🔧 Maintenance 🔧
New Contributors
Full Changelog: v0.1.21...v0.2.0
v0.2.0-beta.2
v0.2.0-beta.1
BREAKING CHANGE: the official recommendation now is that the integration requires an admin role user.
Other Changes:
- Use different swap memory endpoint that works with granular permissions
- Switch to
pf_states
endpoint so that it works with granular permissions - Gracefully handle errors, especially permission errors and show this in the Error text
- Updated README with the revised user privileges required by the integration
- Added more type hints and annotations
This should resolve #143 #148 and similar issues.
Please give a feedback in the following Discussions section thread
Full Changelog: v0.1.22...v0.2.0-beta.1
v0.1.23-beta.1
What's Changed
Full Changelog: v0.1.22...v0.1.23-beta.1
v0.1.22
Merge pull request #147 from Snuffy2/Use-REST-API-for-Telemetry Use the REST API for Telemetry
v0.1.21
new release Signed-off-by: Travis Glenn Hansen <[email protected]>
v0.1.20
fix disabled interfaces Signed-off-by: Travis Glenn Hansen <[email protected]>
v0.1.19
fix services Signed-off-by: Travis Glenn Hansen <[email protected]>
v0.1.18
changelog Signed-off-by: Travis Glenn Hansen <[email protected]>
v0.1.17
interface stats fixes Signed-off-by: Travis Glenn Hansen <[email protected]>