mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
Add device automation translations to add automation device dia… (#5573)
* Add device automation translations to add automation device dialog * Update translations-mixin.ts
This commit is contained in:
parent
a49c84032b
commit
2b76b3887e
@ -39,6 +39,11 @@ export class DialogDeviceAutomation extends LitElement {
|
|||||||
await this.updateComplete;
|
await this.updateComplete;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected firstUpdated(changedProps) {
|
||||||
|
super.firstUpdated(changedProps);
|
||||||
|
this.hass.loadBackendTranslation("device_automation");
|
||||||
|
}
|
||||||
|
|
||||||
protected updated(changedProps): void {
|
protected updated(changedProps): void {
|
||||||
super.updated(changedProps);
|
super.updated(changedProps);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user