Fix dead link in Kodi log message (#102743)

This commit is contained in:
AJ Jordan 2023-10-25 00:07:38 -04:00 committed by GitHub
parent 6294339944
commit 2e643c0c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"