mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Empty response when changing service (#17091)
This commit is contained in:
parent
b96ad65f48
commit
6cc207752f
@ -419,6 +419,7 @@ class HaPanelDevService extends LitElement {
|
||||
private _serviceChanged(ev) {
|
||||
ev.stopPropagation();
|
||||
this._serviceData = { service: ev.detail.value || "", data: {} };
|
||||
this._response = undefined;
|
||||
this._yamlEditor?.setValue(this._serviceData);
|
||||
this._checkUiSupported();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user