core/homeassistant/components/hassio
J. Nick Koston 3ecbd05ac0
Avoid creating tasks to register hassio panels (#111206)
panel_custom never suspends so we can avoid the overhead of
creating and scheduling tasks
e398accc3e/homeassistant/components/panel_custom/__init__.py (L74)

panel_custom.async_register_panel could be converted to a normal function but it
would be a breaking change
2024-02-23 16:50:39 +01:00
..
__init__.py Don't block Supervisor entry setup with refreshing updates (#109809) 2024-02-06 22:34:53 +01:00
addon_manager.py
addon_panel.py Avoid creating tasks to register hassio panels (#111206) 2024-02-23 16:50:39 +01:00
auth.py
binary_sensor.py
config_flow.py
const.py
diagnostics.py
discovery.py
entity.py
handler.py Improve hassio decorator typing (#110545) 2024-02-14 21:25:21 +01:00
http.py Avoid compressing application (tarfile) downloads from supervisor (#110224) 2024-02-21 12:45:47 -06:00
ingress.py Use identity check in hassio websocket ingress (#109672) 2024-02-05 08:55:19 +01:00
issues.py
manifest.json
repairs.py
sensor.py
services.yaml
strings.json
system_health.py
update.py
websocket_api.py Convert hassio websocket_apis that did not await to normal functions (#111173) 2024-02-23 15:27:17 +01:00