mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +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(
|
||||
"Kodi host name should no longer contain http:// See updated "
|
||||
"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"
|
||||
|
Reference in New Issue
Block a user