mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Fix dead link in Kodi log message (#102743)
This commit is contained in:
parent
6294339944
commit
2e643c0c75
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user