mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Fix dead link in Kodi log message (#102743)
This commit is contained in:
@@ -64,7 +64,7 @@ async def async_get_service(
|
|||||||
_LOGGER.warning(
|
_LOGGER.warning(
|
||||||
"Kodi host name should no longer contain http:// See updated "
|
"Kodi host name should no longer contain http:// See updated "
|
||||||
"definitions here: "
|
"definitions here: "
|
||||||
"https://www.home-assistant.io/integrations/media_player.kodi/"
|
"https://www.home-assistant.io/integrations/kodi/"
|
||||||
)
|
)
|
||||||
|
|
||||||
http_protocol = "https" if encryption else "http"
|
http_protocol = "https" if encryption else "http"
|
||||||
|
Reference in New Issue
Block a user