Allow deselecting all values (#19677)

This commit is contained in:
Paulus Schoutsen 2024-02-05 06:48:18 -05:00 committed by GitHub
parent aed0a35c9c
commit 6675121b85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -624,7 +624,7 @@ class HaPanelHistory extends SubscribeMixin(LitElement) {
}
private _targetsChanged(ev) {
this._targetPickerValue = ev.detail.value;
this._targetPickerValue = ev.detail.value || {};
this._updatePath();
}