* start of lawn mower entity in the frontend
* added colours for states
* remove schedule states as no longer needed
* change mowing to teal
* remove docking as not included in architecture discussion and was missed
* 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>
* Add crosshairs, destroy globals, and tweak updates for code editor
* Define update listener as arrow function
* Ensure editor is recreated on reconnection
* Don't create code mirror multiple times
* Remove creation in update
* Leverage lit lifecycle for editor creation and destruction
* Bump @codemirror packages
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* 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
* Add default favorite colors
* Don't show favorite colors if no entity registry entry
* Move color picker in its own component
* Fix more info dialog width
* Make favorite color editable
* Don't include white mode as favorite
* Add label for favorite color button
* Add support for hs, rgbw and rgbww colors
* Adapt color wheel color according to white value
* Add translation
* Add keyboard control to color temp wheel
* Use bottom sheet style for edit favorite dialog
* Fix listener
* Edit color temp icon
* Disable favorite color when available
* Only admin can edit a color
* Refactor close action
* Clean css
* Use ha button
* Fix ha-border-radius for bottom sheet
* Add language selector
* Use intl display names
* Use language picker in general settings and profile
* Add nativeName option
* Add format language util
* Add display-name polyfill
* Add native name to selector
* Rename variable