My Google Calendar integration is working fine in the browser:
But when I cast it to my Nest Hub Max it shows up, but is empty…
I get it on the hub with this script (for now), as per deamon, at Google Cast error - Unable to find a view with path xxxx - #119 by deamon
sequence:
- service: cast.show_lovelace_view
data:
entity_id: media_player.nesthubmax3bc2
dashboard_path: lovelace2
view_path: kalender
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- service: cast.show_lovelace_view
data:
entity_id: media_player.nesthubmax3bc2
dashboard_path: lovelace-kalender
view_path: kalender
mode: single
alias: Hubben
This is how the lovelace cards look like:
title: Stockrosgatan 1b
views:
- path: kalender
type: panel
title: Home
cards:
- type: calendar
entities:
- calendar.xx_xx
- calendar.familjefilm
initial_view: listWeek
Any thoughts?