Releases: jaroschek/home-assistant-eaton-epdu
Releases · jaroschek/home-assistant-eaton-epdu
1.1.0
What's Changed
- Migrate to
pysnmp-lextudio
and switch to async requests by @jaroschek in #5 - Migrate from
pysnmp-lextudio
topysnmp
by @jaroschek in #9
Full Changelog: 1.0.1...1.1.0
1.0.2
1.0.1
What's Changed
- Updates badges by @jaroschek in #1
- Fix coding style warnings by re-organizing imports and more by @jaroschek in #2
- Add missing label for config option 'name' by @jaroschek in #3
- Update version to 1.0.1 by @jaroschek in #4
New Contributors
- @jaroschek made their first contribution in #1
Full Changelog: 1.0.0...1.0.1
1.0.0
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