mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-05-08 17:08:36 +01:00
39bd20c0e7
* Handle non-existing addon config dir Since users have access to the root of all add-on config directories, they can delete the directory of an add-ons at any time. Hence we need to handle gracefully if it doesn't exist anymore. * Add pytest