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

Add cover new more info (#15694)

* Add cover new  more info

* Improve tilt cover control

* Improve controls

* Better handle group

* Refactor toggle component

* Use deep purple for cover and adjust deep purple color

* Update purple color

* Feedbacks

* Change color

* Improve tilt backgroud constrast
This commit is contained in:
Paul Bottein
2023-03-27 10:11:28 +02:00
committed by GitHub
parent 8ff56bd8f5
commit 8ea350a488
13 changed files with 919 additions and 124 deletions

View File

@@ -17,6 +17,7 @@ export const EDITABLE_DOMAINS_WITH_ID = ["scene", "automation"];
export const EDITABLE_DOMAINS_WITH_UNIQUE_ID = ["script"];
/** Domains with with new more info design. */
export const DOMAINS_WITH_NEW_MORE_INFO = [
"cover",
"fan",
"input_boolean",
"light",