* 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
* Added "Media player volume" card feature.
* Make sure the feature is not displayed on unsupported players
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* Renamed to Media player volume *slider*
* Missed one rename.
---------
Co-authored-by: Simon Zumbrunnen <simon-zumbrunnen@users.noreply.github.com>
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* Migrate base automation config to plurals
* revert
* Update hat-script-graph.ts
* Make traces work with both new and old config
* Adjust validateConfig
* picture cards: add person image support
* fix: person attributes typing
* review: apply comment from @coderabbitai
* fix lint:types
* review: put person domain in image_entity config
* add picture card compatibility & exemple in gallery
* fix lint
* Allow only image or person domains on image_entity editor config
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
* fix domain type
* gracefully use the default config.image if the person don't have an image
* gracefully use the default config.image if the person don't have an image (that works)
---------
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
* Add model_id to device info card
* Update src/panels/config/devices/device-detail/ha-device-info-card.ts
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Add model_id to device info card
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Move card rebuild to hui-card
* Use hui card in stack card
* add once to event
* Do not use state
* Use hui card in conditional card
* Use editMode instead of lovelace in hui card
* Fix edit mode
* Use hui-card in card dialog and panel todo
* Fix edit mode
* Fix types
* Migrate entity filter card
* Update demo card
* Fix UI view
* Allow edit mode attribute
* Remove unused condition
* Remove unused section preview code
* Remove useless check for config
* Add sequence action building block
* This is a non-conditional action
* Render sequence in automation traces graph
* Render trace timeline
* Process review comment
* Add support for labels
* Update ha-label-picker.ts
* Remove aliases from label
* Use opacity for chips in labels picker
* Fix label filtering in target picker
* Update ha-labels-picker.ts
* Update dialog-area-registry-detail.ts
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Add floor support
* Update src/components/ha-area-floor-picker.ts
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Use different type for floor area picker
* type
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>