Skip to content

Releases: jaroschek/home-assistant-eaton-epdu

1.1.0

16 Sep 16:24
dcfb9ee
Compare
Choose a tag to compare

What's Changed

  • Migrate to pysnmp-lextudio and switch to async requests by @jaroschek in #5
  • Migrate from pysnmp-lextudio to pysnmp by @jaroschek in #9

Full Changelog: 1.0.1...1.1.0

1.0.2

07 Mar 15:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

25 Jan 06:49
9716314
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

12 Oct 05:49
880f81b
Compare
Choose a tag to compare

What's Changed

  • Fix wording in comments
  • Fix github links
  • Use StrEnum from enum
  • Fixed README.md
  • Add GitHub workflow badges
  • Update requirement for pysnmplib and bump version
  • Update README.md
  • Always update device data to detect (dis-)connected devices withour reloading the integration
  • Update hacs.json to display README in HACS
  • Update manifest.json to comply with hassfest validation
  • Create README.md
  • Create hassfest.yaml
  • Create hacs.yaml to add hacs validation action
  • Moved into custom_components for HACS
  • Enhanced support for single and chained epdu units
  • Add support for single and chained epdu units
  • Add requirement for pysnmplib
  • Restructured and simplified sensor classes
  • Add support for daisy chaining
  • Fetch device name too
  • Use optional device name from ePDU
  • Use constant for manufacturer
  • Use part number instead of product name for entity names too
  • Make outlet current sensors hidden but active as default
  • Use part number as device name and product name as device model
  • Removed outlet voltage sensors and disabled outlet current sensors by default
  • Change energy counter sensors to represent values in kWh instead of Wh
  • Reduce load of single entity SNMP requests by using DataUpdateCoordinator for bulk requests
  • Renamed integration and fixed options flow to update entry data
  • Added hacs.json
  • Update manifest.json
  • Initial commit of first working version

Full Changelog: https://github.com/jaroschek/home-assistant-eaton-epdu/commits/1.0.0