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 @@ + +