- ${this.hass.localize("ui.panel.config.automation.dialog_new.how")}
-
- ${isComponentLoaded(this.hass, "cloud")
- ? html`
-
-
- ${this.hass.localize(
- "ui.panel.config.automation.dialog_new.thingtalk.header"
- )}
-
- ${this.hass.localize(
- "ui.panel.config.automation.dialog_new.thingtalk.intro"
- )}
-
-
-
${this.hass.localize(
- "ui.panel.config.automation.dialog_new.thingtalk.create"
- )}
-
-
- `
- : html``}
- ${isComponentLoaded(this.hass, "blueprint")
- ? html`
-
-
- ${this.hass.localize(
- "ui.panel.config.automation.dialog_new.blueprint.use_blueprint"
- )}
-
-
-
- `
- : html``}
-