How to cast a mushroom-strategy dashboard? #83
Replies: 2 comments 2 replies
-
You'll have to give more details... |
Beta Was this translation helpful? Give feedback.
-
The strategy doesn't create a dashboard configuration, but configures a dashboard and views dynamically. In your dashboard configuration there's probable something like: strategy:
type: custom:mushroom-strategy
options: {}
views: [] Given the following service call: service: cast.show_lovelace_view
data:
entity_id: media_player.kitchen_display_2
dashboard_path: home_control
view_path: lights I think the service expects to find the Unfortunately, the way we configure the views now, results in being unable to cast the dashboard when using our strategy at the moment. |
Beta Was this translation helpful? Give feedback.
-
I am trying to cast my dashboard but I get the following error.
Error: Unable to find a view with path 0
I have tried to use the service call as well as using the cast button on the entity.
I have tried adding a path: entry to my dashboard but no change to the error message.
Beta Was this translation helpful? Give feedback.
All reactions