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

Add more info lock (#15995)

* Add more info lock

* Use same height for pending state

* Fix attributes

* Add unlocking/locking to switch

* Improve code support
This commit is contained in:
Paul Bottein
2023-06-20 15:25:26 +02:00
committed by GitHub
parent 922e95b895
commit 7bc2ca3b65
10 changed files with 438 additions and 65 deletions

View File

@@ -22,6 +22,7 @@ export const DOMAINS_WITH_NEW_MORE_INFO = [
"fan",
"input_boolean",
"light",
"lock",
"siren",
"switch",
];