works perfectly in the regular ui-lovelace.yaml config, but doesnt work in the second dashboard.
the views are in the exact same folder, and both ui-lovelace.yaml and my dashboard-settings.yaml reference these views.
Why cant I have the buttons link to these views in the dashboard-settings.yaml? Should I use another path? Note: the views in the shortcut menu are not in the dashboard, but in the regular lovelace frontend.
I’ve tried adding the dashboard name to the path, but then eg when in dashboard-settings, and navigating to lovelace/home it tries dashboard-settings/lovelace/home, which of course doest exist…
Hello,
returning to the discussion about setting various attributes, incl. styles based on states.
Indeed using states: feature is more convenient than using JS templates.
Unfortunately, disabling integration in HA causes entities to not exist. In such case it seems that state: feature fails. Simply not evaluating the state.
Here is an example with all possible options which could possibly cover an inexistent entity. None of them work
It doesn’t work either. This logic is never applied to a not existing entity. Or I don’t know how to achieve that using the state feature (???).
Currently, it seems using JS templates is the only way… but if using nested button cards, I have to incorporate passing entity through card template since JS templates cannot access entity object in such a case