From edecf9d58f51b2c063184e9e4c05a4615e712061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 13 Oct 2019 14:05:34 +0300 Subject: [PATCH 01/70] Improve customize.yaml non-inclusion warning message Link to relevant docs, note that changes won't be applied after a restart if the include isn't in place (changes _do_ actually affect the current runtime configuration and are persisted in customize.yaml). --- src/panels/config/customize/ha-form-customize.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/panels/config/customize/ha-form-customize.js b/src/panels/config/customize/ha-form-customize.js index 17799f8415..139ea4bbcc 100644 --- a/src/panels/config/customize/ha-form-customize.js +++ b/src/panels/config/customize/ha-form-customize.js @@ -26,9 +26,10 @@ class HaFormCustomize extends PolymerElement { if="[[computeShowWarning(localConfig, globalConfig)]]" >
- It seems that your configuration.yaml doesn't properly include - customize.yaml
- Changes made here won't affect your configuration. + It seems that your configuration.yaml doesn't properly + include customize.yaml.
+ Changes made here are written in it, but will not be applied after a + restart unless the include is in place.