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
adapter.py
addon.py
api.py
binary_sensor.py
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
helpers.py
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
models.py Update mypy to 1.1.1 (#89268) 2023-03-08 22:57:54 +01:00
sensor.py
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