Add binary sensor to Radarr (#79043)
* Add binary sensor to Radarr * uno mas
This commit is contained in:
parent
b820fed11a
commit
b70027aec1
8 changed files with 106 additions and 9 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue