From eab62cd224d992516201746ab4c102b642a47f10 Mon Sep 17 00:00:00 2001 From: Mitchell <37925797+ping-localhost@users.noreply.github.com> Date: Thu, 25 Dec 2025 16:44:18 +0100 Subject: [PATCH] fix: URL in configuration help description --- custom_components/panda_status/translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/panda_status/translations/en.json b/custom_components/panda_status/translations/en.json index c023d00..d6269a1 100644 --- a/custom_components/panda_status/translations/en.json +++ b/custom_components/panda_status/translations/en.json @@ -2,7 +2,7 @@ "config": { "step": { "user": { - "description": "If you need help with the configuration have a look here: https://github.com/ping-localhost/panda_status", + "description": "If you need help with the configuration have a look here: https://github.com/ping-localhost/panda-status", "data": { "url": "URL", "name": "Name for the device (optional)" @@ -20,7 +20,7 @@ "options": { "step": { "init": { - "description": "If you need help with the configuration have a look here: https://github.com/ping-localhost/panda_status", + "description": "If you need help with the configuration have a look here: https://github.com/ping-localhost/panda-status", "data": { "url": "URL", "name": "Name for the device (optional)" @@ -37,4 +37,4 @@ "websocket_reachable": "WebSocket reachable" } } -} \ No newline at end of file +}