1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Add fan new more info (#15843)

* Add more info fan

* Change icon

* Use backend translations

* Fix computeAttributeValueDisplay

* Clean code

* Clean code

* Fix some styles

* Improve ha-select rounded style

* Use button instead of select

* Show fan speed percentage
This commit is contained in:
Paul Bottein
2023-03-22 13:20:14 +01:00
committed by GitHub
parent cd2996734c
commit 45c153d374
8 changed files with 564 additions and 249 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 = [
"fan",
"input_boolean",
"light",
"siren",