Mike Degatano
ed4f55406c
Replace Supervisor resolution API calls with aiohasupervisor ( #129599 )
...
* Replace Supervisor resolution API calls with aiohasupervisor
* Use consistent types to avoid uuid issues
* Fix mocking in http test
* Changes from feedback
* Put hass first
* Fix typo
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-11-07 01:33:51 +01:00
Mike Degatano
ae37c8cc7a
Add repair for add-on boot fail ( #129847 )
2024-11-05 11:53:01 +01:00
Mike Degatano
78f53341b7
Always have addon url in detached_addon_missing ( #119011 )
2024-06-07 10:52:15 +02:00
Mike Degatano
05c24e92d1
Add repair for detached addon issues ( #118064 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-05-26 13:37:50 +02:00
Mike Degatano
6ede1c543f
Protect SupervisorIssues.update method ( #113425 )
2024-03-15 18:06:14 +01:00
Mike Degatano
5a25349cf7
Supervisor issues update retries on failure ( #113373 )
2024-03-14 10:55:04 +01:00
Marc Mueller
8809d3aa88
Add empty line after module docstring [g-i] ( #112699 )
2024-03-08 08:52:48 -05:00
Marc Mueller
77f38e33e5
Import names from typing instead of typing_extensions [3.11] ( #97065 )
2023-07-22 17:03:44 -05:00
epenet
60b78f4648
Add error handling to hassio issues ( #94951 )
2023-06-21 11:17:11 +02:00
Mike Degatano
e272e3c721
Refactor try catch in hassio.issues per feedback ( #93872 )
2023-06-01 00:11:00 +02:00
Mike Degatano
c25b26214b
Add docker config repair for supervisor issue ( #93820 )
2023-05-30 22:08:45 +02:00
Mike Degatano
08a719e09e
Add backup location and mount failed repair ( #93126 )
...
* Add backup location and mount failed repair
* Fix coverage
* Change storage_location to backup_location
* Use backticks
* Update homeassistant/helpers/selector.py
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-05-24 10:33:41 +02:00
Mike Degatano
24fe6dfc63
Fix from feedback on supervisor issues to repairs ( #91680 )
...
* Fix from feedback on supervisor issues to repairs
* Use cls parameter in classmethods
2023-04-20 01:02:40 +02:00
Mike Degatano
a511e7d6bc
Make repairs out of select supervisor issues ( #90893 )
...
* Make repairs out of select supervisor issues
* Fix comment formatting
* Add a test case for API error
* Testing and type fix
2023-04-19 08:07:38 +02:00
Erik Montnemery
fd5c56fc7d
Rename modules named repairs.py which are not repairs platforms ( #89618 )
2023-03-13 09:44:20 +01:00