We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3827f09 commit 1165c60Copy full SHA for 1165c60
src/components/ha-service-picker.ts
@@ -39,7 +39,6 @@ class HaServicePicker extends LitElement {
39
@query("ha-generic-picker") private _picker?: HaGenericPicker;
40
41
public async open() {
42
- await this.hass.loadBackendTranslation("services");
43
await this.updateComplete;
44
await this._picker?.open();
45
}
0 commit comments