1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-09 15:55:29 +01:00

Fix dead link in System Bridge service action (#171855)

This commit is contained in:
Manu
2026-05-22 17:00:30 +02:00
committed by Franck Nijhof
parent 5bb42801d9
commit eae6e79b61
@@ -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"
},
)