Since upgrade to 2024.04.0 my Google Nest Hubs do not start at the required time (07.00u). Restart of HA solves the problem to the next interval. Have set logging to debug to check tomorrow morning...
I
config:
continuously_casting_dashboards:
logging_level: debug #Required: Set the logging level - debug/info/warning (default is 'warning' - try 'debug' for debugging)
cast_delay: 45 #Required: Time (in seconds) for casting checks between each device.
start_time: "07:00" #Optional: Global start time of the casting window (format: "HH:MM") - Default is set to "07:00" and can be individually overwritten per device below.
end_time: "01:00" #Optional: Global end time of the casting window (format: "HH:MM") and must be after "00:00". Default is set to "01:00" and can be individually overwritten per device below.
devices:
"Nest studeerkamer": #Required: Display name of your device. Find this on the actual device's settings or inside the Google Home app.
- dashboard_url: "http://xx.yy.xx.yy:8123/lovelace-rooms/studeerkamer?kiosk" #Required: Dashboard URL to be casted (This must be the local IP address of your HA instance, not homeassistant.local)
volume: 5 #Optional: Volume to set the display. (If you remove this, the device will remain the same volume)
start_time: "07:00" #Optional: Set the start time for this device
end_time: "01:00" #Optional: Set the end time for this device
"Nest logeerkamer": #Required: Display name of your device. Find this on the actual device's settings or inside the Google Home app.
- dashboard_url: "http://xx.yy.xx.yy:8123/lovelace-rooms/logeerkamer?kiosk" #Required: Dashboard URL to be casted (This must be the local IP address of your HA instance, not homeassistant.local)
volume: 5 #Optional: Volume to set the display. (If you remove this, the device will remain the same volume)
start_time: "07:00" #Optional: Set the start time for this device
end_time: "01:00" #Optional: Set the end time for this device
Since upgrade to 2024.04.0 my Google Nest Hubs do not start at the required time (07.00u). Restart of HA solves the problem to the next interval. Have set logging to debug to check tomorrow morning... I
config: