Skip to content

Releases: elad-bar/ha-edgeos

v2.0.32

12 Apr 10:08
fd75284
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.31...v2.0.32

v2.0.31

05 Jan 10:59
a7e52b6
Compare
Choose a tag to compare

What's Changed

  • Replaced SUPPORT_* constant with SourceType by @elad-bar in #118

Full Changelog: v2.0.30...v2.0.31

v2.0.30

30 Dec 08:59
5ac3c6f
Compare
Choose a tag to compare

What's Changed

  • Set minimum HA version for component to 2024.1.0b0 by @elad-bar in #117

Full Changelog: v2.0.29...v2.0.30

v2.0.29

29 Dec 11:57
b4bb56a
Compare
Choose a tag to compare

What's Changed

Minimum HA Version: 2024.1.0

Full Changelog: v2.0.28...v2.0.29

Fix 'TOTAL_INCREASING' for rate sensors

30 Mar 07:59
Compare
Choose a tag to compare

Adopt Unit of Data & Information from HA Core

02 Mar 10:13
Compare
Choose a tag to compare

Configuration breaking change
Changing the units will be available per entity instead of maintaining it with select component, native unit is bytes - B (information) or B/s (traffic)

Based on request in issues #90 #84

Fixes and pre-commit configuration

24 Feb 09:10
Compare
Choose a tag to compare

Configuration breaking change

  • Change units from Bytes, KBytes and MBytes to B, KB and MB, if the configured unit was other than Bytes, please re-configure it
  • Last activity as seconds to return without milliseconds
  • Upgrade pre-commit-configuration by @tetienne PR #91
  • Fix integration reload after changing configuration

Add diagnostics, fix units and last restart sensor

23 Feb 22:05
Compare
Choose a tag to compare
  • Add support for Home Assistant integration and device diagnostics
  • Removed debug API
  • Avoid sending ping when no active WebSockets connection
  • Fix warning message regarding of invalid unit's translation
  • Fix units format #90
  • Fix last restart sensor, switched to uptime in seconds #94

Fix warnings messages in log during restart

18 Nov 16:11
Compare
Choose a tag to compare
  • Change log level of warning to debug level for session closed on HA restart
  • Core fix: remove session close request, being handled by HA

Code refactors

18 Nov 12:55
Compare
Choose a tag to compare
  • Add test file to run locally (requires environment variables)
  • Cleaner code to resolve URLs
  • Remove unused constants
  • Core feature: BaseAPI to handle session initialization and termination
  • Core fix: wrongfully reported logs of entities getting updated when no update perform