From 6518aefb7f18d72d29fadbf9d17c2304a253cbea Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 9 Nov 2021 21:53:40 +0100 Subject: [PATCH] Prevent cast timeout after 10 mins, show current shown Lovelace view (#10586) --- cast/src/html/media.html.template | 1 + cast/src/media/entrypoint.ts | 5 +--- cast/src/receiver/entrypoint.ts | 39 +++++++++++-------------- cast/src/receiver/layout/hc-lovelace.ts | 23 +++++++++++++++ 4 files changed, 42 insertions(+), 26 deletions(-) diff --git a/cast/src/html/media.html.template b/cast/src/html/media.html.template index e8ad478488..5da7267646 100644 --- a/cast/src/html/media.html.template +++ b/cast/src/html/media.html.template @@ -11,6 +11,7 @@ --progress-color: #03a9f4; --splash-image: url('https://home-assistant.io/images/cast/splash.png'); --splash-size: cover; + --background-color: #41bdf5; }