core/homeassistant/components/hassio
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
..
__init__.py Remove hassio from ALLOWED_USED_COMPONENTS and move some functions to helper (#127228) 2024-10-30 12:43:41 +01:00
addon_manager.py Continue migration of methods from handler to aiohasupervisor (#129183) 2024-10-29 14:33:21 +01:00
addon_panel.py
auth.py
binary_sensor.py
config_flow.py
const.py Replace Supervisor resolution API calls with aiohasupervisor (#129599) 2024-11-07 01:33:51 +01:00
coordinator.py Continue migration of methods from handler to aiohasupervisor (#129183) 2024-10-29 14:33:21 +01:00
diagnostics.py
discovery.py Fix stringification of discovered hassio uuid (#129797) 2024-11-04 12:26:34 +01:00
entity.py
handler.py Replace Supervisor resolution API calls with aiohasupervisor (#129599) 2024-11-07 01:33:51 +01:00
http.py Hassio logs boots (#129151) 2024-10-28 16:41:14 +01:00
icons.json
ingress.py
issues.py Replace Supervisor resolution API calls with aiohasupervisor (#129599) 2024-11-07 01:33:51 +01:00
manifest.json Bump aiohasupervisor to version 0.2.1 (#129574) 2024-10-31 19:37:31 +01:00
repairs.py Replace Supervisor resolution API calls with aiohasupervisor (#129599) 2024-11-07 01:33:51 +01:00
sensor.py
services.yaml
strings.json Add repair for add-on boot fail (#129847) 2024-11-05 11:53:01 +01:00
system_health.py
update.py Continue migration of methods from handler to aiohasupervisor (#129183) 2024-10-29 14:33:21 +01:00
websocket_api.py