mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-09-09 15:12:04 +01:00
* Use add-on config timestamp to determine add-on update age Instead of using the current timestamp when loading the add-on config, simply use the add-on config modification timestamp. This way, we can get a timetsamp even when Supervisor got restarted. It also simplifies the code a bit. * Fix pytest * Patch stat() instead of modifing fixture files