* Add base support for sub entries
* add demo types
* fix translations
* Use sub entry name when deleting
* Update show-dialog-sub-config-flow.ts
* adjust for multiple sub types
* WIP, not functional
* add subentry_type
* rename to supported_subentry_types
* config_subentries -> config_entries_subentries
* Add localized sub flow title
* use Record
* rename
* more rename
* Add integration name to repairs
* Improve dialog-repairs-issue aria and translations
* Fix type in dialog-repairs-issue
* Remove unused slots in dialog-repairs-issue
* Fix ha-config-repairs avoid nested css
* Fix ha-config-repairs to use ha-md-list
* Add subtitle slot to ha-dialog-header
* Move close icon to left in dialog-data-entry-flow
* Move severity and reportedBy to dialog subtitle in repair-dialog
* Add md buttons to dialog-repairs-issue
* Revert dialog-repairs-issue to use normal ha-buttons
* Revert dialog-entry-flow close icon position
* Improve buttons for dialog-repairs-issue
* Add subtitle to all show-dialog-repair-flow headers
* Fix integration names for repair dialogs
* Fix subtitle title repair dialogs
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Add title and description translation support to expandable form
* Fix type
* handle translations in sections
* Rename prefix to path + refactor
* Fix section name and description
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Base for selector translations
* Allow translations for ha-selector-select
* Fetch translation for config flow and onboarding
* Get translation_key from step handler
* Add domain property to DataEntry flow
* Revert fetching translation for onboarding flow
* Leave domain for repair flows
* Use localizeValue function
* Change type
* Import selector translations in issue flow
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Add multi select component
* Apply suggestions from code review
Co-Authored-By: Ian Richardson <iantrich@gmail.com>
* Comments
* update
* Fix
* Refactor to dropdown menu
Co-authored-by: Ian Richardson <iantrich@gmail.com>