* Added support for color temperature tile feature
* Update src/panels/lovelace/tile-features/hui-light-color-temp-tile-feature.ts
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* 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>
* WIP Create round slider
* Fix interaction on iOS
* Add dual and simple gauge
* Add events
* Rename events
* Use low and high
* Improve dual slider selection
* Add min and max
* Rename component
* Prevents setting a high value lower than low and vice versa
* Add keyboard support
* Fix typings
* Use html
* Update current indicator
* Improve doc
* Fix keyboard focus after mouse interaction
* Don't fallback to value
* Fix time and date-time 12h formats (#16692)
- am/pm check possible for other languages
- adjusted date format gallery page for consistency
- added gallery pages for date-time and time formats
* Fix typo in am/pm check (#16692)
* Rename ha-bar-slider to ha-control-slider
* Rename ha-bar-switch to ha-control-switch
* Rename ha-bar-button to ha-control-button
* Update tile features
* Allow overriding a sensor's display precision
* Update demo + gallery
* Lint
* Fix state not updated in the UI
* Use formatNumber for options
* Feedbacks
* Add default precision and minimumFractionDigits
* Remove useless undefined
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>