From 1be455e0e0f052bb4dbc8ee7b45e8cf842a5b795 Mon Sep 17 00:00:00 2001 From: Shai Ungar <shai.ungar@riskified.com> Date: Tue, 10 Sep 2024 23:59:50 +0300 Subject: [PATCH] Add URL description for Sabnzbd integration (#125414) * Create pull.yml * Add URL description * remove file --- homeassistant/components/sabnzbd/strings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/sabnzbd/strings.json b/homeassistant/components/sabnzbd/strings.json index f8c831cd95a..5b7312e3b0d 100644 --- a/homeassistant/components/sabnzbd/strings.json +++ b/homeassistant/components/sabnzbd/strings.json @@ -6,6 +6,9 @@ "api_key": "[%key:common::config_flow::data::api_key%]", "name": "[%key:common::config_flow::data::name%]", "url": "[%key:common::config_flow::data::url%]" + }, + "data_description": { + "url": "The full URL, including port, of the SABnzbd server. Example: `http://localhost:8080` or `http://a02368d7-sabnzbd:8080`" } } }, -- GitLab