Releases: ualex73/monitor_docker
Added Restart Button, Fixed recreate issue
What's Changed
- Add Restart Button for containers by @briodan in #137
- Fixed Recreate container could cause 'UnboundLocalError'
- Update Dependencies
New Contributors
Full Changelog: 1.18...1.19
Fixed exception using multiple Docker env and empty condition list
Fixed: Multiple dockers env and empty monitored conditions causes exception. Bug was introduced in 1.16
Added: Support to rename entities (default is disabled), handy with Swarm mode
Full Changelog: 1.17...1.18
Bugfix release
Fixed: Re-create of container issues
Fixed: If monitored_conditions is missing, properly create sensors
Fixed: Disable error reporting if network continues to give errors
Fixed: Precise for cpu and memory sensors (was always 2)
Fixed: AllInOne
Fixed AllInOne, which was broken in 1.15 (#147)
1.15: Merge pull request #140 from chris-mc1/master
New release, including bug fixes and conversion to full async.
Make connection more stable / less error messages
Fixed: Make docker connection more stable
Fixed: Less, not impacting, error messages in HA during restart
Trying to make docker connection more stable (2)
Trying to make docker connection more stable (2)
Fixed: Less, not impacting, error messages in HA during restart
Trying to make docker connection more stable
Trying to make docker connection more stable
HA 2012.12 change & Containers exclude
Changed: HA 2021.12 state attributes change
Added: containers exclude option
Fixed: typo in switch.py (introduced in 1.13-beta1)
1.13-beta3 Fixed: typo in switch.py