* Disable attribute for hass properties
* Disable attribute for stateObj properties
* Disable attribute for selector properties
* Disable attribute for route properties
* Switch from Object type to no attribute for same properties
* Add unit to temperature tile number button group
* Update gallery
* Use blank before unit
* Hide unit if no space
* Fix build
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* 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)