Remove version check (#6984)

This commit is contained in:
Joakim Sørensen 2020-09-15 11:15:22 +02:00 committed by GitHub
parent 239f5f1a2f
commit 1986215919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,6 @@ import {
TemplateResult,
} from "lit-element";
import memoizeOne from "memoize-one";
import { atLeastVersion } from "../../../src/common/config/version";
import "../../../src/components/buttons/ha-progress-button";
import "../../../src/components/ha-button-menu";
import "../../../src/components/ha-card";
@ -85,8 +84,7 @@ class HassioHostInfo extends LitElement {
</mwc-button>
</ha-settings-row>`
: ""}
${this.hostInfo.features.includes("network") &&
atLeastVersion(this.hass.config.version, 0, 115)
${this.hostInfo.features.includes("network")
? html` <ha-settings-row>
<span slot="heading">
IP address