From 18047726b692f9e8d1a6f13dc756ec6342f9fa34 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Sat, 22 Aug 2020 09:01:17 +0200 Subject: [PATCH] Remove ending period from cast log --- homeassistant/components/cast/media_player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/cast/media_player.py b/homeassistant/components/cast/media_player.py index 7cd4697558c..c4588b3c4c3 100644 --- a/homeassistant/components/cast/media_player.py +++ b/homeassistant/components/cast/media_player.py @@ -377,7 +377,7 @@ class CastDevice(MediaPlayerEntity): _LOGGER.error( "Failed to cast media %s%s. Please make sure the URL is: " "Reachable from the cast device and either a publicly resolvable " - "hostname or an IP address.", + "hostname or an IP address", media_status.content_id, url_description, )