core/homeassistant/components/matter
Marcel van der Veldt b604c1c222
Fix discovery schema for Matter switches (#103762)
* Fix discovery schema for matter switches

* fix typo in function that generates device name

* add test for switchunit
2023-11-21 20:25:07 +01:00
..
__init__.py Add helper method to get matter device info (#103765) 2023-11-10 13:43:54 -05:00
adapter.py Fix discovery schema for Matter switches (#103762) 2023-11-21 20:25:07 +01:00
addon.py
api.py
binary_sensor.py
climate.py
config_flow.py
const.py
cover.py
diagnostics.py Add helper method to get matter device info (#103765) 2023-11-10 13:43:54 -05:00
discovery.py
entity.py Fix race condition in Matter unsubscribe method (#103770) 2023-11-13 15:42:51 +01:00
event.py
helpers.py Add helper method to get matter device info (#103765) 2023-11-10 13:43:54 -05:00
light.py
lock.py
manifest.json Bump python-matter-server to 4.0.2 (#103760) 2023-11-21 18:36:50 +01:00
models.py Add helper method to get matter device info (#103765) 2023-11-10 13:43:54 -05:00
sensor.py
services.yaml
strings.json
switch.py Fix discovery schema for Matter switches (#103762) 2023-11-21 20:25:07 +01:00
util.py