Fix missing UI elements in Z-Wave panel (#6299) (#6336)

This broke in d94df728e55bdf947791e1a73d9d6fbfd41e4d2e and prevents
use of the group association and protection controls.
This commit is contained in:
Christopher Masto 2020-07-06 03:39:54 -04:00 committed by Bram Kragten
parent a8a8cafd2b
commit a8e8c1ce5d
2 changed files with 4 additions and 2 deletions

View File

@ -7,9 +7,10 @@ import { PolymerElement } from "@polymer/polymer/polymer-element";
import { computeStateName } from "../../../../../common/entity/compute_state_name";
import "../../../../../components/buttons/ha-call-service-button";
import "../../../../../components/ha-card";
import LocalizeMixin from "../../../../../mixins/localize-mixin";
import "../../../../../styles/polymer-ha-style";
class ZwaveGroups extends PolymerElement {
class ZwaveGroups extends LocalizeMixin(PolymerElement) {
static get template() {
return html`
<style include="iron-flex ha-style">

View File

@ -7,9 +7,10 @@ import { html } from "@polymer/polymer/lib/utils/html-tag";
import { PolymerElement } from "@polymer/polymer/polymer-element";
import "../../../../../components/buttons/ha-call-api-button";
import "../../../../../components/ha-card";
import LocalizeMixin from "../../../../../mixins/localize-mixin";
import "../../../../../styles/polymer-ha-style";
class ZwaveNodeProtection extends PolymerElement {
class ZwaveNodeProtection extends LocalizeMixin(PolymerElement) {
static get template() {
return html`
<style include="iron-flex ha-style">