From f3c3bb8c43f018bd99ac408965a8a5ed3458d6cc Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 16 Feb 2018 14:36:11 -0800 Subject: [PATCH] Config panel for Config Entries (#861) * Initial implementation * Update UI * Update * Address comments * More comments * Lint --- .../config-entries/ha-config-entries.html | 175 ++++++++++++++++++ .../config/config-entries/ha-config-flow.html | 158 ++++++++++++++++ panels/config/config-entries/ha-form.html | 120 ++++++++++++ .../config/dashboard/ha-config-dashboard.html | 13 +- .../dashboard/ha-config-entries-menu.html | 49 +++++ panels/config/ha-panel-config.html | 6 + src/components/ha-markdown.html | 1 + src/dialogs/more-info-dialog.html | 22 +-- src/resources/ha-style.html | 23 +++ 9 files changed, 544 insertions(+), 23 deletions(-) create mode 100644 panels/config/config-entries/ha-config-entries.html create mode 100644 panels/config/config-entries/ha-config-flow.html create mode 100644 panels/config/config-entries/ha-form.html create mode 100644 panels/config/dashboard/ha-config-entries-menu.html diff --git a/panels/config/config-entries/ha-config-entries.html b/panels/config/config-entries/ha-config-entries.html new file mode 100644 index 0000000000..11d6bec052 --- /dev/null +++ b/panels/config/config-entries/ha-config-entries.html @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + diff --git a/panels/config/config-entries/ha-config-flow.html b/panels/config/config-entries/ha-config-flow.html new file mode 100644 index 0000000000..21183589b6 --- /dev/null +++ b/panels/config/config-entries/ha-config-flow.html @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + diff --git a/panels/config/config-entries/ha-form.html b/panels/config/config-entries/ha-form.html new file mode 100644 index 0000000000..abde9e129b --- /dev/null +++ b/panels/config/config-entries/ha-form.html @@ -0,0 +1,120 @@ + + + + + + + + + + + diff --git a/panels/config/dashboard/ha-config-dashboard.html b/panels/config/dashboard/ha-config-dashboard.html index 5fe91b281b..921370ce1e 100644 --- a/panels/config/dashboard/ha-config-dashboard.html +++ b/panels/config/dashboard/ha-config-dashboard.html @@ -9,6 +9,7 @@ + @@ -34,13 +35,19 @@ [[localize('ui.panel.config.header')]] [[localize('ui.panel.config.introduction')]] -