- ${
- this.addon.logo
- ? html`
-
-
-
- `
- : ""
- }
+ ${this.addon.logo
+ ? html`
+
+
+
+ `
+ : ""}
- ${
- this.addon.host_network
- ? html`
-
- `
- : ""
- }
-
- ${
- this.addon.full_access
- ? html`
-
- `
- : ""
- }
-
- ${
- this.addon.homeassistant_api
- ? html`
-
- `
- : ""
- }
-
- ${
- this._computeHassioApi
- ? html`
-
- `
- : ""
- }
-
- ${
- this.addon.docker_api
- ? html`
-
- `
- : ""
- }
-
- ${
- this.addon.host_pid
- ? html`
-
- `
- : ""
- }
-
- ${
- this.addon.apparmor
- ? html`
-
- `
- : ""
- }
-
- ${
- this.addon.auth_api
- ? html`
-
- `
- : ""
- }
-
- ${
- this.addon.ingress
- ? html`
-
- `
- : ""
- }
+ ${this.addon.host_network
+ ? html`
+
+ `
+ : ""}
+ ${this.addon.full_access
+ ? html`
+
+ `
+ : ""}
+ ${this.addon.homeassistant_api
+ ? html`
+
+ `
+ : ""}
+ ${this._computeHassioApi
+ ? html`
+
+ `
+ : ""}
+ ${this.addon.docker_api
+ ? html`
+
+ `
+ : ""}
+ ${this.addon.host_pid
+ ? html`
+
+ `
+ : ""}
+ ${this.addon.apparmor
+ ? html`
+
+ `
+ : ""}
+ ${this.addon.auth_api
+ ? html`
+
+ `
+ : ""}
+ ${this.addon.ingress
+ ? html`
+
+ `
+ : ""}
- ${
- this.addon.version
- ? html`
-
-
- ${this.addon.ingress
- ? html`
-
-
Show in sidebar
-
- ${this._computeCannotIngressSidebar
- ? html`
-
- This option requires Home Assistant 0.92 or
- later.
-
- `
- : ""}
+ ${this.addon.version
+ ? html`
+
+
+ ${this.addon.ingress
+ ? html`
+
+
Show in sidebar
+
+ ${this._computeCannotIngressSidebar
+ ? html`
+
+ This option requires Home Assistant 0.92 or
+ later.
+
+ `
+ : ""}
+
+ `
+ : ""}
+ ${this._computeUsesProtectedOptions
+ ? html`
+
+
+ Protection mode
+
+
+
+ Grant the add-on elevated system access.
+
+
- `
- : ""}
- ${this._computeUsesProtectedOptions
- ? html`
-
-
- Protection mode
-
-
-
- Grant the add-on elevated system access.
-
-
-
-
-
- `
- : ""}
- `
- : ""
- }
- ${
- this._error
- ? html`
-
${this._error}
- `
- : ""
- }
+
+
+ `
+ : ""}
+ `
+ : ""}
+ ${this._error
+ ? html`
+
${this._error}
+ `
+ : ""}
- ${
- this.addon.version
+ ${this.addon.version
? html`
Uninstall
@@ -490,24 +452,21 @@ class HassioAddonInfo extends LitElement {
>
Install
- `
- }
+ `}
- ${
- this.addon.long_description
- ? html`
-
-
-
-
-
- `
- : ""
- }
+ ${this.addon.long_description
+ ? html`
+
+
+
+
+
+ `
+ : ""}
`;
}