mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Remove ending period from cast log
This commit is contained in:
parent
1b8d9f7cc4
commit
18047726b6
@ -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,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user