mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 05:57:54 +00:00
Merge pull request #3995 from scop/customize-yaml-message
Improve customize.yaml non-inclusion warning message
This commit is contained in:
commit
ce6a97d065
@ -26,9 +26,14 @@ class HaFormCustomize extends PolymerElement {
|
|||||||
if="[[computeShowWarning(localConfig, globalConfig)]]"
|
if="[[computeShowWarning(localConfig, globalConfig)]]"
|
||||||
>
|
>
|
||||||
<div class="warning">
|
<div class="warning">
|
||||||
It seems that your configuration.yaml doesn't properly include
|
It seems that your configuration.yaml doesn't properly
|
||||||
customize.yaml<br />
|
<a
|
||||||
Changes made here won't affect your configuration.
|
href="https://www.home-assistant.io/docs/configuration/customizing-devices/#customization-using-the-ui"
|
||||||
|
target="_blank"
|
||||||
|
>include customize.yaml</a
|
||||||
|
>.<br />
|
||||||
|
Changes made here are written in it, but will not be applied after a
|
||||||
|
configuration reload unless the include is in place.
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template is="dom-if" if="[[hasLocalAttributes]]">
|
<template is="dom-if" if="[[hasLocalAttributes]]">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user