mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-10 00:39:22 -06:00
* 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