From ecb5c58262f63b19422f89ca6a037d57ab512507 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 20 Feb 2017 00:20:25 -0800 Subject: [PATCH] Reord Z-Wave config (#217) --- .eslintrc | 2 +- .../{ => core}/ha-config-section-core.html | 26 +- panels/config/ha-config-section-zwave.html | 251 ------------------ panels/config/ha-entity-config.html | 181 +++++++++++++ panels/config/ha-form-style.html | 19 ++ panels/config/ha-panel-config.html | 8 +- .../ha-config-section-hassbian.html | 24 +- .../z-wave/ha-config-section-zwave.html | 82 ++++++ .../config/z-wave/ha-form-zwave-device.html | 102 +++++++ 9 files changed, 414 insertions(+), 281 deletions(-) rename panels/config/{ => core}/ha-config-section-core.html (82%) delete mode 100644 panels/config/ha-config-section-zwave.html create mode 100644 panels/config/ha-entity-config.html create mode 100644 panels/config/ha-form-style.html rename panels/config/{ => hassbian}/ha-config-section-hassbian.html (81%) create mode 100644 panels/config/z-wave/ha-config-section-zwave.html create mode 100644 panels/config/z-wave/ha-form-zwave-device.html diff --git a/.eslintrc b/.eslintrc index afd317db1f..81aa76e3d2 100644 --- a/.eslintrc +++ b/.eslintrc @@ -27,7 +27,7 @@ "no-param-reassign": 0, "no-multi-assign": 0 }, - plugins: [ + "plugins": [ "html" ] } diff --git a/panels/config/ha-config-section-core.html b/panels/config/core/ha-config-section-core.html similarity index 82% rename from panels/config/ha-config-section-core.html rename to panels/config/core/ha-config-section-core.html index e96e3d870c..031eb49744 100644 --- a/panels/config/ha-config-section-core.html +++ b/panels/config/core/ha-config-section-core.html @@ -1,19 +1,19 @@ - - - - - - + + + + + + - - - + + + - - + + - - + +