core/homeassistant/components/matter
Erik Montnemery 7539cf25be
Don't require passing identifiers to DeviceRegistry.async_get_device (#96479)
* Require keyword arguments to DeviceRegistry.async_get_device

* Update tests

* Update tests

* Don't enforce keyword arguments
2023-07-13 13:39:25 -04:00
..
__init__.py
adapter.py Don't require passing identifiers to DeviceRegistry.async_get_device (#96479) 2023-07-13 13:39:25 -04:00
addon.py
api.py
binary_sensor.py Set Matter battery sensors as diagnostic (#95794) 2023-07-04 14:54:37 +02:00
climate.py Add Matter Climate support (#95434) 2023-07-03 12:33:50 +02:00
config_flow.py
const.py
cover.py
diagnostics.py
discovery.py Add Matter Climate support (#95434) 2023-07-03 12:33:50 +02:00
entity.py Bump Matter Server to 3.6.3 (#95519) 2023-06-29 15:28:34 +02:00
helpers.py
light.py Fix matter exception NoneType in set_brightness for optional min/max level values (#95949) 2023-07-06 14:50:51 +02:00
lock.py
manifest.json Bump Matter Server to 3.6.3 (#95519) 2023-06-29 15:28:34 +02:00
models.py
sensor.py Set Matter battery sensors as diagnostic (#95794) 2023-07-04 14:54:37 +02:00
services.yaml Migrate Matter services to support translations (#96406) 2023-07-12 15:36:57 +02:00
strings.json Add deduplicate translations script (#96384) 2023-07-13 11:52:50 -04:00
switch.py Add Matter Climate support (#95434) 2023-07-03 12:33:50 +02:00
util.py