hass-core/tests/components/matter
Marcel van der Veldt ebdd2daab6
Add helper method to get matter device info (#103765)
* Add helper method to get matter device info

* Cleanup async

* Guard

* get node from device id instead of node id

* Fix test

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-11-10 13:43:54 -05:00
..
fixtures Fix Matter 1.2 locks with specific unlatch/unbolt support (#103275) 2023-11-03 12:09:31 +01:00
__init__.py
common.py Bump Matter Server to 3.6.3 (#95519) 2023-06-29 15:28:34 +02:00
conftest.py Fix Matter 1.2 locks with specific unlatch/unbolt support (#103275) 2023-11-03 12:09:31 +01:00
test_adapter.py Don't require passing identifiers to DeviceRegistry.async_get_device (#96479) 2023-07-13 13:39:25 -04:00
test_api.py
test_binary_sensor.py Set Matter battery sensors as diagnostic (#95794) 2023-07-04 14:54:37 +02:00
test_climate.py Add Matter Climate support (#95434) 2023-07-03 12:33:50 +02:00
test_config_flow.py
test_cover.py Matter cover position improvements (#92278) 2023-05-31 16:08:01 +02:00
test_diagnostics.py
test_door_lock.py Fix Matter 1.2 locks with specific unlatch/unbolt support (#103275) 2023-11-03 12:09:31 +01:00
test_event.py Fix long press event for matter generic switch (#99645) 2023-09-05 13:10:14 +02:00
test_helpers.py Add helper method to get matter device info (#103765) 2023-11-10 13:43:54 -05:00
test_init.py Change subscription logic for Matter devices (#95387) 2023-06-27 21:12:29 +02: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 Set Matter battery sensors as diagnostic (#95794) 2023-07-04 14:54:37 +02:00
test_switch.py