Add switch to control downloads for nzbget (#40673)
* add switch to control downloads for nzbget * work on switch * Update test_config_flow.py * Update test_sensor.py
This commit is contained in:
parent
47286fbe2a
commit
bc89b63fc6
9 changed files with 183 additions and 20 deletions
|
@ -64,7 +64,7 @@ async def async_setup_entry(
|
|||
async_add_entities(sensors)
|
||||
|
||||
|
||||
class NZBGetSensor(NZBGetEntity, Entity):
|
||||
class NZBGetSensor(NZBGetEntity):
|
||||
"""Representation of a NZBGet sensor."""
|
||||
|
||||
def __init__(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue