core/homeassistant/components/matter
Martin Hjelmare 0e0ea0017e
Add matter during onboarding (#116163)
* Add matter during onboarding

* test_zeroconf_not_onboarded_running

* test_zeroconf_not_onboarded_installed

* test_zeroconf_not_onboarded_not_installed

* test_zeroconf_discovery_not_onboarded_not_supervisor

* Clean up

* Add udp address

* Test zeroconf udp info too

* test_addon_installed_failures_zeroconf

* test_addon_running_failures_zeroconf

* test_addon_not_installed_failures_zeroconf

* Clean up stale changes

* Set unique id for discovery step

* Fix tests for background flow

* Fix flow running in background

* Test already discovered zeroconf

* Mock unload entry
2024-04-29 10:59:36 +02:00
..
__init__.py
adapter.py
addon.py
api.py
binary_sensor.py
climate.py
config_flow.py Add matter during onboarding (#116163) 2024-04-29 10:59:36 +02:00
const.py
cover.py
diagnostics.py
discovery.py
entity.py
event.py
helpers.py Enable Ruff RET504 (#114528) 2024-04-06 11:07:37 +02:00
light.py
lock.py
manifest.json Add matter during onboarding (#116163) 2024-04-29 10:59:36 +02:00
models.py
sensor.py
strings.json
switch.py
util.py