From d6fda61d8cb28301ec1470c7b1018e413989bb7d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 11 Feb 2017 23:03:01 -0800 Subject: [PATCH] Add core config panel (#204) * Add core config panel * Lint --- panels/config/ha-call-service-button.html | 110 ++++++++++++++++ panels/config/ha-config-section-core.html | 118 ++++++++++++++++++ panels/config/ha-config-section-hassbian.html | 4 +- panels/config/ha-panel-config.html | 7 ++ src/resources/ha-style.html | 6 + 5 files changed, 243 insertions(+), 2 deletions(-) create mode 100644 panels/config/ha-call-service-button.html create mode 100644 panels/config/ha-config-section-core.html diff --git a/panels/config/ha-call-service-button.html b/panels/config/ha-call-service-button.html new file mode 100644 index 0000000000..e0050e0687 --- /dev/null +++ b/panels/config/ha-call-service-button.html @@ -0,0 +1,110 @@ + + + + + + + + + diff --git a/panels/config/ha-config-section-core.html b/panels/config/ha-config-section-core.html new file mode 100644 index 0000000000..db53cb0743 --- /dev/null +++ b/panels/config/ha-config-section-core.html @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/panels/config/ha-config-section-hassbian.html b/panels/config/ha-config-section-hassbian.html index 722406146a..3a6787da74 100644 --- a/panels/config/ha-config-section-hassbian.html +++ b/panels/config/ha-config-section-hassbian.html @@ -163,8 +163,8 @@ Polymer({ return suiteStatus[suiteKey].state === 'not_installed'; }, - suiteMoreInfoTapped: function (ev) { - console.log('learn more', ev.model.item); + suiteMoreInfoTapped: function () { + // console.log('learn more', ev.model.item); }, suiteActionTapped: function () { diff --git a/panels/config/ha-panel-config.html b/panels/config/ha-panel-config.html index cbdb1ce2b7..b47d56de3e 100644 --- a/panels/config/ha-panel-config.html +++ b/panels/config/ha-panel-config.html @@ -4,6 +4,7 @@ + @@ -21,6 +22,12 @@ + +