1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add support for dormakaba dKey locks (#87501)

* Add support for dormakaba dKey locks

* Pylint

* Address review comments

* Add test for already configured entry

* Add user flow

* Address review comments

* Simplify config flow

* Add tests

* Sort manifest

* Remove useless _abort_if_unique_id_configured

* Remove config entry update listener

* Simplify user flow

* Remove startup event

* Revert "Simplify user flow"

This reverts commit 0ef9d1c6bb.
This commit is contained in:
Erik Montnemery
2023-02-12 13:46:31 +01:00
committed by GitHub
parent 7aa1359c4a
commit 4db40810dd
17 changed files with 777 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ FLOWS = {
"dlna_dms",
"dnsip",
"doorbird",
"dormakaba_dkey",
"dsmr",
"dsmr_reader",
"dunehd",