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

Add new humidity control in humidifier more info (#17011)

* Add new humidity control in humidifier more info

* Fix humidifier card

* Some adjustments

* Add current label

* Some adjustments

* Clean code

* Remove unused code

* Fix merge

* Add current to main screen

* Remove toggle

* Add action

* Update buttons

* Add gallery

* Some fixes

* Add overflow

* Update src/dialogs/more-info/components/humidifier/ha-more-info-humidifier-humidity.ts

* Update src/dialogs/more-info/controls/more-info-humidifier.ts

Co-authored-by: Bram Kragten <mail@bramkragten.nl>

* Use climate translation

---------

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Paul Bottein
2023-08-08 13:07:46 +02:00
committed by GitHub
parent 89e96e4681
commit 4986b013a2
9 changed files with 605 additions and 125 deletions

View File

@@ -21,6 +21,7 @@ export const DOMAINS_WITH_NEW_MORE_INFO = [
"cover",
"climate",
"fan",
"humidifier",
"input_boolean",
"light",
"lock",