* First working fan-oscillate feature
This a first working impl, need at least to do:
- Tooltip not yet "Yes/No"
- Need implementation verification
* Use same strings as more info label for control tooltip
* Add missing label for editor
* Rename some variables
* Add fan features in gallery
* Fix lint:types by applying suggestions from code review
Co-authored-by: Aidan Timson <aidan@timmo.dev>
* fix lint new line after import
* fix typo
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* fix event value type treating
* remove type magic as suggested
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* Update localize.ts
Complete suggestion change to have tooltip
* fix lint by removing unused import
---------
Co-authored-by: Aidan Timson <aidan@timmo.dev>
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* Use entity filter to get device classes in editor
* Add name and sensor states to area card
* Fix area type
* Add basic controls
* Fix editor
* Add image
* Add image type
* Add translation key for area controls
* Improve editor
* Fix unknown entity id in area
* Fix default feature position
* Add alert badge
* Add helper
* Display all alerts when using big card
* Disable covers and re-enable switches
* Filter compatible controls
* Use state icon for alerts
* Rename to display type
* Delete deprecated show camera
* Fix aspect ratio
* Improve helper
* Undo domain icon changes
* Undo domain icon changes
* Update types
* Fix translation cases
* Fix card size
* Feedback
* Don't fallback to compact
* Use plural form
* Refactor active color
* Add support for fan preset modes in Tile cards.
Convert climate-preset-mode-card-feature to a more generic preset-modes-card-feature that supports fan entitys.
* Split fan and climate preset modes features
* Restore climate-preset-modes as an editable feature