mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Add new temperature control in climate more info (#17002)
* Add circular slider as temperature control * Move climate icons and mode mapping * Update icon * Add mode icon * Improve colors * Add temperature control buttons * Call service * Remove climate control * Some fixes * Add current temp and humidity * Fix default mode * Swap state and current * Some adjustments * prettier * Simplify color rules * refactor cool mode * Color button when dual climate * Add current temp and humidity * Fix opacity * Hide current temp is below min or above max * Adjust button size * Add action label * Better off and unavailable state * Improve current color * Add gallery * Fix dark mode * Add overflow * Update src/dialogs/more-info/controls/more-info-climate.ts Co-authored-by: Bram Kragten <mail@bramkragten.nl> * Update src/panels/lovelace/cards/hui-thermostat-card.ts Co-authored-by: Bram Kragten <mail@bramkragten.nl> * Update src/dialogs/more-info/components/climate/ha-more-info-climate-temperature.ts --------- Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
@@ -19,6 +19,7 @@ export const EDITABLE_DOMAINS_WITH_UNIQUE_ID = ["script"];
|
||||
export const DOMAINS_WITH_NEW_MORE_INFO = [
|
||||
"alarm_control_panel",
|
||||
"cover",
|
||||
"climate",
|
||||
"fan",
|
||||
"input_boolean",
|
||||
"light",
|
||||
|
||||
Reference in New Issue
Block a user