Skip to content

Commit 906ca3c

Browse files
committed
Removed unused fetch
1 parent ba81a9c commit 906ca3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ha-service-picker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class HaServicePicker extends LitElement {
3939
@query("ha-generic-picker") private _picker?: HaGenericPicker;
4040

4141
public async open() {
42-
await this.hass.loadBackendTranslation("services");
4342
await this.updateComplete;
4443
await this._picker?.open();
4544
}

0 commit comments

Comments
 (0)