Skip to content

Releases: elad-bar/ha-edgeos

v2.1.9

27 Nov 07:24
b075fcf
Compare
Choose a tag to compare

What's Changed

  • Initialize data using async_request_refresh instead of async_config_entry_first_refresh to remove warning message by @elad-bar in #162

Full Changelog: v2.1.8...v2.1.9

v2.1.8

16 Jun 19:28
cc9678c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.7...v2.1.8

v2.1.7

17 May 09:34
102ba01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.6...v2.1.7

v2.1.6

14 May 14:12
2de043b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.5...v2.1.6

v2.1.5

14 May 09:36
0bc8dae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.1.4

13 May 08:44
b25d5ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

07 May 16:04
674f7d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

04 May 08:29
343363c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

03 May 16:36
c3be8e1
Compare
Choose a tag to compare

What's Changed

  • Fix interface received rate sensor #133
  • Re-added ability to set unit (Byte, KByte, MByte) - using SELECT component #133
  • Re-added sensor state number format (number of digits):
    • Data (Traffic / Rate) - 0 digits if unit is bytes, otherwise - 3 digits
    • Devices, Dropped, Errors, Packets - 3 digits
  • Re-added support for switch interfaces #130

Full Changelog: v2.1.0...v2.1.1

v2.1.0

02 May 18:23
266bb68
Compare
Choose a tag to compare

What's Changed

  • Code cleanup
  • Fix thread safe issues
  • Fix typos
  • Improve performance
  • Removed service - update configuration
  • Add attributes to monitor / switch entities of interfaces & devices
  • Simplified logic to calculate unknown devices
  • Fully localized (supporting for now - English, Norwegian ,Brazilian Portuguese)
  • Add util for automated translations (using Google Translate) per Feature Request (if the language is not there, just ask)

New components:

  • Consider Away Interval - Number
  • Update API Interval - Number
  • Update Entities Interval - Number
  • Log Incoming Messages - Switch

Breaking Changes

Some of the entity names where changed

Full Changelog: v2.0.32...v2.1.0