core/homeassistant/components/matter
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
adapter.py
addon.py
api.py
binary_sensor.py
button.py
climate.py
config_flow.py Remove hassio from ALLOWED_USED_COMPONENTS and move some functions to helper (#127228) 2024-10-30 12:43:41 +01:00
const.py
cover.py
diagnostics.py
discovery.py Add support for vacuum cleaners to the Matter integration (#129420) 2024-10-29 16:17:40 +01:00
entity.py
event.py
fan.py
helpers.py
icons.json
light.py
lock.py
manifest.json Remove hassio from ALLOWED_USED_COMPONENTS and move some functions to helper (#127228) 2024-10-30 12:43:41 +01:00
models.py
number.py
select.py Add support for vacuum cleaners to the Matter integration (#129420) 2024-10-29 16:17:40 +01:00
sensor.py
strings.json Add support for vacuum cleaners to the Matter integration (#129420) 2024-10-29 16:17:40 +01:00
switch.py
update.py
util.py
vacuum.py Add support for vacuum cleaners to the Matter integration (#129420) 2024-10-29 16:17:40 +01:00
valve.py