From e0cb5558c32b523862b6bcd63248266a6c7da028 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Thu, 21 Nov 2024 21:57:24 +0100 Subject: [PATCH] Add number to sabnzbd and remove deprecated custom action (#35846) --- source/_integrations/sabnzbd.markdown | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/source/_integrations/sabnzbd.markdown b/source/_integrations/sabnzbd.markdown index c9db68dffa0..462df88a116 100644 --- a/source/_integrations/sabnzbd.markdown +++ b/source/_integrations/sabnzbd.markdown @@ -14,6 +14,7 @@ ha_domain: sabnzbd ha_platforms: - sensor - button + - number ha_integration_type: integration --- @@ -52,15 +53,6 @@ This integration will create two buttons: - Pause the download queue. - Resume the download queue. -## Actions +## Number -Available actions: - -- `set_speed`: Set the download queue speed limit. - -### Action `sabnzbd.set_speed` - -| Data attribute | Optional | Description | -|------------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `speed` | yes | Sets the download speed limit. If specified as a number with no units, will be interpreted as a percent. If units are provided (e.g., 500K) will be interpreted absolutely. Defaults to 100 | -| `api_key` | no | The SABnzbd API key of the service instance (unique per SABnzbd integration). | +This integration will create a number entity to set the download queue speed limit in percentage.