ualex73 / monitor_docker

Monitor Docker containers from Home Assistant
Apache License 2.0
268 stars 34 forks source link

Add Health Attribute for Containers #51

Closed rsegers closed 3 years ago

rsegers commented 3 years ago

This PR adds the 'Health' state to containers. As monitored condition the option 'health' should be specified. It also supports the 'allinone' special condition, adding it as an attribute rather than a seperate sensor. If health is not available, 'unknown' will be the result.

Related feature request: #33

ualex73 commented 3 years ago

Thanks!