frenck / action-addon-linter

🚀 Frenck's GitHub Action for linting Home Assistant Add-ons.
MIT License
9 stars 3 forks source link

Detect use of obsolete watchdog configuration option #139

Closed frenck closed 1 year ago

frenck commented 1 year ago

Detect and error on the use of the watchdog configuration option. It became fully obsolete now the Supervisor supports the native Docker HEALTHCHECK directive natively.

There are so many advantages to using the HEALTHCHECK (in terms of features, being event driven and much more), that is makes absolutely no sense to use the older watchdog feature.