From 10d09a9408fccf03e989e071ac626e6a06bd125a Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Sun, 16 Apr 2017 05:31:42 +0200 Subject: [PATCH] Zwave panel (#258) * Start of zwave config * add seperate panel * adjusting * missing imports * Only use network management for now * Cleanup * Remove unused imports * Fix import --- .../config/core/ha-config-section-core.html | 2 +- panels/zwave/ha-panel-zwave.html | 117 ++++++++++++++++++ .../components}/ha-call-service-button.html | 0 3 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 panels/zwave/ha-panel-zwave.html rename {panels/config => src/components}/ha-call-service-button.html (100%) diff --git a/panels/config/core/ha-config-section-core.html b/panels/config/core/ha-config-section-core.html index 031eb49744..24ad867717 100644 --- a/panels/config/core/ha-config-section-core.html +++ b/panels/config/core/ha-config-section-core.html @@ -10,10 +10,10 @@ + -