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 @@ + + + + + + + + + + + + + + + + + Configured + + Nothing configured. + + + + + + Integration: [[item.domain]] + State: [[item.state]] + Added by: [[item.source]] + + + Remove + + + + + + + To be finished + + + + + Configure + + + + + + + Add integration + + + + + + Configure + + + + + + + + + + + + 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 @@ + + + + + + + + + + + + + + + + + Aborted + + + Success! + + + [[step.title]] + + + + + Loading flow. + + + + [[step.reason]] + + + + Created config for [[step.title]] + + + + + + + + + [[step.errors.base]] + + + + + + + + + Close + + + Close + + + Submit + + + + + + + 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 @@ + + + + + + + + + + + + + + + + + [[error]] + + + + + + + + + + [[schema.name]] + + + + + + + + + + + + + + + [[schema.name]] + + + + + + + + + + + + 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')]] - + + + + + @@ -67,8 +74,8 @@ class HaConfigDashboard extends window.hassMixins.LocalizeMixin(Polymer.Element) }; } - computeIsCloudLoaded(hass) { - return window.hassUtil.isComponentLoaded(hass, 'cloud'); + computeIsLoaded(hass, component) { + return window.hassUtil.isComponentLoaded(hass, component); } } diff --git a/panels/config/dashboard/ha-config-entries-menu.html b/panels/config/dashboard/ha-config-entries-menu.html new file mode 100644 index 0000000000..c2072797e5 --- /dev/null +++ b/panels/config/dashboard/ha-config-entries-menu.html @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + Integrations + EXPERIMENTAL – Manage connected devices and services + + + + + + + + diff --git a/panels/config/ha-panel-config.html b/panels/config/ha-panel-config.html index d74d5130b4..68903c6328 100644 --- a/panels/config/ha-panel-config.html +++ b/panels/config/ha-panel-config.html @@ -13,6 +13,7 @@ + @@ -87,6 +88,11 @@ is-wide='[[isWide]]' > + + + - diff --git a/src/resources/ha-style.html b/src/resources/ha-style.html index 8508bc76fe..3353c706bc 100644 --- a/src/resources/ha-style.html +++ b/src/resources/ha-style.html @@ -135,3 +135,26 @@ + + + + + + + \ No newline at end of file
[[step.reason]]
Created config for [[step.title]]