core/tests/components/matter
Marcel van der Veldt 2bb46c8a9e
Fix for missing/corrupt names of Matter devices (#92073)
* Fix missing names on some devices/bridges

* guard for None devicetype (just in case)

* Update homeassistant/components/matter/adapter.py

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>

* Update homeassistant/components/matter/adapter.py

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>

* Update homeassistant/components/matter/adapter.py

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>

* Update homeassistant/components/matter/adapter.py

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>

* black and isort

* Code quality

* Add tests

* Add coverage test, add None for empty string

---------

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
Co-authored-by: jbouwh <jan@jbsoft.nl>
2023-05-25 03:50:13 +02:00
..
fixtures Fix for missing/corrupt names of Matter devices (#92073) 2023-05-25 03:50:13 +02:00
__init__.py
common.py Bump python-matter-server to 3.0.0 (#88607) 2023-02-22 14:24:30 -05:00
conftest.py Bump python-matter-server to 3.0.0 (#88607) 2023-02-22 14:24:30 -05:00
test_adapter.py Fix for missing/corrupt names of Matter devices (#92073) 2023-05-25 03:50:13 +02:00
test_api.py Improve hass_ws_client type hint in tests (#89703) 2023-03-14 16:31:40 +01:00
test_binary_sensor.py Fail CI on lingering tasks (#88905) 2023-03-07 11:35:48 +01:00
test_config_flow.py Include UUID in hassio discovery data (#91970) 2023-04-25 09:48:47 +02:00
test_cover.py Fix Matter cover deviceclass and inverted position (#92063) 2023-04-26 21:21:31 +02:00
test_diagnostics.py Fail CI on lingering tasks (#88905) 2023-03-07 11:35:48 +01:00
test_door_lock.py Add door lock device type to matter integration (#89277) 2023-03-21 01:29:33 +01:00
test_helpers.py Fail CI on lingering tasks (#88905) 2023-03-07 11:35:48 +01:00
test_init.py Improve hass_ws_client type hint in tests (#89703) 2023-03-14 16:31:40 +01:00
test_light.py Bump Matter server library to 3.4.1 and address changes (#93411) 2023-05-23 20:42:09 +02:00
test_sensor.py Fail CI on lingering tasks (#88905) 2023-03-07 11:35:48 +01:00
test_switch.py Fail CI on lingering tasks (#88905) 2023-03-07 11:35:48 +01:00