Handle automation and dashboard drag and drop at the element level (#22300)

* Handle drag and drop at action, condition, trigger level

* Clean item path

* Clean item path

* Fix selectors

* Clean selector config

* Remove enhancedSelector

* Add option row component

* Fix DnD inside option sequence or condition

* Add comments

* Remove item path logic from the dashboard too

* Fix floor/area drag and drop

* Avoid UI jump in area dashboard

* Remove unused import

* Add comment
This commit is contained in:
Paul Bottein
2024-10-30 09:44:38 +01:00
committed by GitHub
parent 51f89b00c1
commit bc11c0b3ac
34 changed files with 909 additions and 907 deletions

View File

@@ -24,7 +24,6 @@ export class HaConditionSelector extends LitElement {
.disabled=${this.disabled}
.conditions=${this.value || []}
.hass=${this.hass}
.path=${this.selector.condition?.path}
></ha-automation-condition>
`;
}