hass-core/homeassistant/components/hassio
J. Nick Koston a277d0c4b5
Migrate system flows to use the discovery helper (#112291)
Ensures we are not creating new flows or loading
their platforms until the started event
once the import executor has clamed down
2024-03-05 10:01:31 -05:00
..
__init__.py Migrate system flows to use the discovery helper (#112291) 2024-03-05 10:01:31 -05:00
addon_manager.py Update Ruff to 0.1.8, avoid linter/formatter conflicts (#106080) 2023-12-20 23:55:09 +01:00
addon_panel.py Avoid creating tasks to register hassio panels (#111206) 2024-02-23 16:50:39 +01:00
auth.py Improve hassio typing (#107292) 2024-01-08 10:08:09 +01:00
binary_sensor.py Split up hassio coordinator and data into new file to allow preload (#112147) 2024-03-03 21:16:02 -05:00
config_flow.py Split up hassio coordinator and data into new file to allow preload (#112147) 2024-03-03 21:16:02 -05:00
const.py Split up hassio coordinator and data into new file to allow preload (#112147) 2024-03-03 21:16:02 -05:00
data.py Split up hassio coordinator and data into new file to allow preload (#112147) 2024-03-03 21:16:02 -05:00
diagnostics.py Ensure hassio diagnostics get imported with the integration (#112286) 2024-03-04 16:07:07 -10:00
discovery.py Improve hassio typing (#107292) 2024-01-08 10:08:09 +01:00
entity.py Split up hassio coordinator and data into new file to allow preload (#112147) 2024-03-03 21:16:02 -05:00
handler.py Revert "Drop @bind_hass use from hassio component (#111522)" (#111705) 2024-02-28 10:51:37 +01:00
http.py Avoid compressing application (tarfile) downloads from supervisor (#110224) 2024-02-21 12:45:47 -06:00
icons.json Add icon translations to Hassio (#111715) 2024-02-28 16:33:46 +01:00
ingress.py Reduce latency to set up websocket forwarding in hassio (#111558) 2024-02-26 20:52:37 -05:00
issues.py Import names from typing instead of typing_extensions [3.11] (#97065) 2023-07-22 17:03:44 -05:00
manifest.json Check circular dependencies (#88778) 2023-02-26 20:25:29 -05:00
repairs.py Improve decorator type annotations [core] (#104826) 2023-11-30 18:50:31 +01:00
sensor.py Split up hassio coordinator and data into new file to allow preload (#112147) 2024-03-03 21:16:02 -05:00
services.yaml Add exclude DB option to backup service call (#101958) 2023-10-22 23:40:44 +02:00
strings.json Add exclude DB option to backup service call (#101958) 2023-10-22 23:40:44 +02:00
system_health.py Improve hassio typing (#107292) 2024-01-08 10:08:09 +01:00
update.py Split up hassio coordinator and data into new file to allow preload (#112147) 2024-03-03 21:16:02 -05:00
websocket_api.py Convert hassio websocket_apis that did not await to normal functions (#111173) 2024-02-23 15:27:17 +01:00