Remove ending period from cast log

pull/39139/head
Erik Montnemery 2020-08-22 09:01:17 +02:00 committed by GitHub
parent 1b8d9f7cc4
commit 18047726b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
)