hass.states[key])
.sort(sortStatesByName);
}
+
+ _computeDocumentationUrl(hass) {
+ return documentationUrl(
+ hass,
+ "/docs/configuration/customizing-devices/#customization-using-the-ui"
+ );
+ }
}
customElements.define("ha-config-customize", HaConfigCustomize);
diff --git a/src/panels/config/customize/ha-form-customize.js b/src/panels/config/customize/ha-form-customize.js
index 2ad523125d..4df81153df 100644
--- a/src/panels/config/customize/ha-form-customize.js
+++ b/src/panels/config/customize/ha-form-customize.js
@@ -40,35 +40,35 @@ class HaFormCustomize extends LocalizeMixin(PolymerElement) {
-
+
[[localize('ui.panel.config.customize.attributes_customize')]]
-
+
-
+
[[localize('ui.panel.config.customize.attributes_outside')]]
[[localize('ui.panel.config.customize.different_include')]]
-
+
-
+
[[localize('ui.panel.config.customize.attributes_set')]]
[[localize('ui.panel.config.customize.attributes_override')]]
-
+
-
+
[[localize('ui.panel.config.customize.attributes_not_set')]]
-
+
diff --git a/src/translations/en.json b/src/translations/en.json
index 1d5e99341a..62296bbafc 100755
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -998,6 +998,7 @@
"picker": {
"header": "Customizations",
"introduction": "Tweak per-entity attributes. Added/edited customizations will take effect immediately. Removed customizations will take effect when the entity is updated.",
+ "documentation": "Customization documentation",
"entity": "Entity"
},
"warning": {