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.