From eae6e79b616fe2e960faa0cfdb14eebd8e149f5b Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Fri, 22 May 2026 17:00:30 +0200 Subject: [PATCH] Fix dead link in System Bridge service action (#171855) --- homeassistant/components/system_bridge/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/system_bridge/__init__.py b/homeassistant/components/system_bridge/__init__.py index b1274b2c2e80..cde9defd6d8f 100644 --- a/homeassistant/components/system_bridge/__init__.py +++ b/homeassistant/components/system_bridge/__init__.py @@ -425,7 +425,7 @@ async def async_setup_entry( ), supports_response=SupportsResponse.ONLY, description_placeholders={ - "syntax_keys_documentation_url": "http://robotjs.io/docs/syntax#keys" + "syntax_keys_documentation_url": "https://robotjs.dev/docs/syntax#keys" }, )