Add binary sensor to Radarr (#79043)

* Add binary sensor to Radarr

* uno mas
This commit is contained in:
Robert Hillis 2022-09-25 17:50:09 -04:00 committed by GitHub
parent b820fed11a
commit b70027aec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 106 additions and 9 deletions

View file

@ -8,4 +8,11 @@ DOMAIN: Final = "radarr"
DEFAULT_NAME = "Radarr"
DEFAULT_URL = "http://127.0.0.1:7878"
HEALTH_ISSUES = (
"DownloadClientCheck",
"DownloadClientStatusCheck",
"IndexerRssCheck",
"IndexerSearchCheck",
)
LOGGER = logging.getLogger(__package__)