From 2e643c0c753abffc7c3f46ba46137c392f285710 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Wed, 25 Oct 2023 00:07:38 -0400 Subject: [PATCH] Fix dead link in Kodi log message (#102743) --- homeassistant/components/kodi/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/kodi/notify.py b/homeassistant/components/kodi/notify.py index 0d62e6cfa10..f3459e891b7 100644 --- a/homeassistant/components/kodi/notify.py +++ b/homeassistant/components/kodi/notify.py @@ -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"