#Reloading All yaml configuration does't update changes to yaml mode lovelace files.
1 messages · Page 1 of 1 (latest)
That option has nothing to do with the frontend
Which file are you editing for the frontend?
My guess is that it's some included file
Well the file in question is dashboard/views/home.yaml
I guess I just presumed because of the wording then is there a better way to see UI changes when making amendments to Frontend yaml files in my Dashboard ?
You should just need to reload in your browser, maybe clear the cache
Is that a secondary YAML dashboard? The main one is ui-lovelace.yaml
lovelace:
mode: "storage"
resources: !include resources.yaml
dashboards:
test-dashboard:
mode: yaml
title: Test
icon: mdi:home
show_in_sidebar: true
filename: "dashboard/Test/main.yaml"
Yeah reloading the page and clear cache doesn't do the job only restarting home assistant seems to solve changes
try:
When you make changes to ui-lovelace.yaml, you don’t have to restart Home Assistant or refresh the page. Just hit the refresh button in the menu at the top of the UI.
That worked just now interesting 🤔
Changing files that you included from the main YAML file is also weird. I always have to at least touch the main YAML file to see changes in an included file
but I haven't tried the menu option
Thanks it seems to be consistent at least for now with the minor changes I make. I am interested what that refresh button does because it also seems to affect the app so seems quite to be reloading the yamls I presume.
Maybe it's how you include that doesn't propugate the updates correctly no idea though clutching at straws aha
`views: !include_dir_list views