hass-core/homeassistant/components/http
Robert Resch 380974eed4
Remove hassio from ALLOWED_USED_COMPONENTS and move some functions to helper (#127228)
* Remove hassio from ALLOWED_USED_COMPONENTS

* Move HassioServiceInfo to helpers.service_info

* Deprecate moved functions

* Add note about deprecation

* Fix tests

* Implement suggestion

* Typo

* Update pyproject.toml

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

---------

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-10-30 12:43:41 +01:00
..
__init__.py Raise issue if SSL is set but no external URL configured (#121768) 2024-09-24 15:35:10 +02:00
auth.py Make auth safe params a frozenset (#125640) 2024-09-10 08:37:50 +02:00
ban.py Remove hassio from ALLOWED_USED_COMPONENTS and move some functions to helper (#127228) 2024-10-30 12:43:41 +01:00
const.py
cors.py Fix typo in KEY_ALLOW_CONFIGRED_CORS (#119905) 2024-06-18 12:44:27 -05:00
data_validator.py Use VolDictType to improve schema typing (#120417) 2024-06-25 15:15:59 +02:00
decorators.py
forwarded.py
headers.py Switch to using update for headers middleware (#122952) 2024-07-31 18:17:45 +02:00
manifest.json Remove isal from after_dependencies in http (#119000) 2024-06-07 09:21:53 +02:00
request_context.py
security_filter.py
static.py Adapt static resource handler to aiohttp 3.10 (#123166) 2024-08-06 09:17:54 -05:00
strings.json Raise issue if SSL is set but no external URL configured (#121768) 2024-09-24 15:35:10 +02:00
view.py
web_runner.py