mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add binary sensor to SABnzbd (#35992)
This commit is contained in:
parent
f7bbcfe188
commit
4ec961d85b
@ -13,6 +13,7 @@ ha_codeowners:
|
|||||||
ha_domain: sabnzbd
|
ha_domain: sabnzbd
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- sensor
|
- sensor
|
||||||
|
- binary_sensor
|
||||||
- button
|
- button
|
||||||
- number
|
- number
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
@ -46,6 +47,10 @@ This integration will create these sensors:
|
|||||||
- `weekly_size`: GB downloaded this week. (disabled by default)
|
- `weekly_size`: GB downloaded this week. (disabled by default)
|
||||||
- `monthly_total`: GB downloaded this month. (disabled by default)
|
- `monthly_total`: GB downloaded this month. (disabled by default)
|
||||||
|
|
||||||
|
## Binary sensor
|
||||||
|
|
||||||
|
This integration will create a binary sensor to indicate if SABnzbd has recorded any warnings or errors.
|
||||||
|
|
||||||
## Button
|
## Button
|
||||||
|
|
||||||
This integration will create two buttons:
|
This integration will create two buttons:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user