I can’t get continuously_casting_dashboards to work as I keep getting the login page. I have reviewed other tickets but didn’t come up with a solution. Hopefully, I am just missing something obvious.
Here is my setup…
Chromecast hooked up to a monitor via HDMI
YAML config:
homeassistant:
external_url: "https://xxxxxx.com" #external URL is accessible from outside of my network.
auth_providers:
- type: trusted_networks
trusted_networks:
- 172.168.90.35/32
trusted_users:
172.168.90.35: 3c9814e2460c4389bbd93c5b98321941
allow_bypass_login: true
- type: homeassistant
continuously_casting_dashboards:
logging_level: debug #Required: Set the logging level - debug/info/warning (default is 'warning' - try 'debug' for debugging)
cast_delay: 60 #Required: Time (in seconds) for casting checks between each device.
start_time: "01:00"
end_time: "23:59"
devices:
"Living room TV":
- dashboard_url: "https://xxxxxxx.com/lovelace/calendar" #URL is accessible from outside of my network
volume: 10
This is where the login page shows up.