Releases: Breina/idrac_power_monitor
Releases · Breina/idrac_power_monitor
v.1.5.1: Add German translation
v1.5.0: Add power switch and PT translation
What's Changed
- Feature/add french translations by @bestycame in #23
- Feature/add graceful shutdown button by @bestycame in #22
- Create pt.json by @ViPeR5000 in #27
New Contributors
- @bestycame made their first contribution in #23
- @ViPeR5000 made their first contribution in #27
Full Changelog: v1.4.0...v1.5.0
v1.4.0: Fix crash when server is unreachable during startup
Fix #17: Integration crashes when iDRAC is unreachable during HA boot
Thanks @PocketMiner82
v1.3.0: More resiliency against connectivity loss
Fixes #17
- Make devices unavailable when they experience connection errors.
- Make the integration able to start up even when the device is offline (after it has been set up when the device was online once).
v1.2.6: Fix compatibility for HA version 2024.5.0
- Fix #16 "RuntimeError: Detected that custom integration ..."
- Immediately update sensors when starting, instead of waiting 5 minutes.
v1.2.5: Minor tweaks - uniqueness
- Minor change to device identifier so it contains the integration DOMAIN
- Fixed power on button having the same unique_id as the status binary sensor
- Fixed duplicate entity description key
Thanks @cbrherms!
v1.2.4: Fix multiple devices not working properly
v1.2.2: Fix for multiple server instances
#11 Fix for multiple iDRAC instances
v1.2.2alpha: Attempt to fix multiple instances
Fox testing #11
v1.2.1: Rework refresh logic
Make it work more reliably #9