core/homeassistant/components/matter
Arturo 5e5ace9c4e
Add door lock device type to matter integration (#89277)
* Adds base code for matter lock

* Adds basic matter door lock support

* Adds matter lock fixture

* Adds tests for matter lock

* Addresses feedback

* Added logic to handle inter states of matter lock

* Addesses feedback
2023-03-21 01:29:33 +01:00
..
__init__.py Fix support for Bridge(d) and composed devices in Matter (#88662) 2023-02-23 14:58:37 -05:00
adapter.py Fix support for Bridge(d) and composed devices in Matter (#88662) 2023-02-23 14:58:37 -05:00
addon.py
api.py
binary_sensor.py Fix support for Bridge(d) and composed devices in Matter (#88662) 2023-02-23 14:58:37 -05:00
config_flow.py
const.py
diagnostics.py
discovery.py Add door lock device type to matter integration (#89277) 2023-03-21 01:29:33 +01:00
entity.py Fix support for Bridge(d) and composed devices in Matter (#88662) 2023-02-23 14:58:37 -05:00
helpers.py Fix support for Bridge(d) and composed devices in Matter (#88662) 2023-02-23 14:58:37 -05:00
light.py Add door lock device type to matter integration (#89277) 2023-03-21 01:29:33 +01:00
lock.py Add door lock device type to matter integration (#89277) 2023-03-21 01:29:33 +01:00
manifest.json Fix support for Bridge(d) and composed devices in Matter (#88662) 2023-02-23 14:58:37 -05:00
models.py Update mypy to 1.1.1 (#89268) 2023-03-08 22:57:54 +01:00
sensor.py Fix support for Bridge(d) and composed devices in Matter (#88662) 2023-02-23 14:58:37 -05:00
services.yaml
strings.json
switch.py Add door lock device type to matter integration (#89277) 2023-03-21 01:29:33 +01:00
util.py