Remove unused constants from SABnzbd (#133445)

pull/133446/head
Jan-Philipp Benecke 2024-12-17 20:43:53 +01:00 committed by GitHub
parent 8bbbbb00d5
commit 5e5bebd7eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 8 deletions

View File

@ -1,15 +1,11 @@
"""Constants for the Sabnzbd component."""
DOMAIN = "sabnzbd"
DATA_SABNZBD = "sabnzbd"
ATTR_SPEED = "speed"
ATTR_API_KEY = "api_key"
DEFAULT_HOST = "localhost"
DEFAULT_PORT = 8080
DEFAULT_SPEED_LIMIT = "100"
DEFAULT_SSL = False
SERVICE_PAUSE = "pause"
SERVICE_RESUME = "resume"

View File

@ -6,10 +6,7 @@ rules:
Do not remove services when all config entries are removed.
appropriate-polling: done
brands: done
common-modules:
status: todo
comment: |
const.py has unused variables.
common-modules: done
config-flow-test-coverage: done
config-flow: done
dependency-transparency: done