mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-15 07:25:54 +00:00
* 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>