### Integrations
* [browser_mod](https://github.com/thomasloven/hass-browser_mod)
* [HACS](https://github.com/hacs/integration)
-* [Monitor Docker](https://github.com/ualex73/monitor_docker) (not currently used)
+* [Monitor Docker](https://github.com/ualex73/monitor_docker)
* [MercedeME 2020](https://github.com/ReneNulschDE/mbapi2020)
* [pfSense integration for Home Assistant](https://github.com/travisghansen/hass-pfsense) (not currently used)
* [Pirate Weather](https://github.com/alexander0042/pirate-weather-ha)
* [Scheduler Component](https://github.com/nielsfaber/scheduler-component) (not currently used)
### Frontend
* [auto-entities](https://github.com/thomasloven/lovelace-auto-entities)
-* [badge-Card](https://github.com/thomasloven/lovelace-auto-entities) (not currently used)
+* [badge-Card](https://github.com/thomasloven/lovelace-auto-entities)
* [Bar Card](https://github.com/custom-cards/bar-card)
* [Battery State Card](https://github.com/maxwroc/battery-state-card)
* [button-card](https://github.com/custom-cards/button-card)
* [Lovelace Swipe Navigation](https://github.com/maykar/lovelace-swipe-navigation)
* [mini-graph-card](https://github.com/kalkih/mini-graph-card)
* [Mushroom](https://github.com/piitaya/lovelace-mushroom)
-* [Mushroom Themes](https://github.com/piitaya/lovelace-mushroom-themes)
+* [Mushroom Themes](https://github.com/piitaya/lovelace-mushroom-themes) (not currently used)
* [Paper Buttons Row](https://github.com/jcwillox/lovelace-paper-buttons-row) (not currently used)
* [pirate-weather-ha](https://github.com/alexander0042/pirate-weather-ha)
* [Plotly Graph Card](https://github.com/dbuezas/lovelace-plotly-graph-card)
--- /dev/null
+######################################################################
+# Component: Monitor Docker
+######################################################################
+
+- name: Docker
+ scan_interval: 300
+ monitored_conditions:
+ - version
+ - containers_total
+ - containers_running
+ #- containers_paused
+ #- containers_stopped
+ #- containers_cpu_percentage
+ #- containers_1cpu_percentage
+ #- containers_memory
+ #- containers_memory_percentage
+ #- images
+ #- state
+ - status
+ #- health
+ #- uptime
+ #- image
+ #- cpu_percentage
+ #- 1cpu_percentage
+ #- memory
+ #- memory_percentage
+ #- network_speed_up
+ #- network_speed_down
+ #- network_total_up
+ #- network_total_down
+ #- allinone