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:
Chris Talkington 2020-09-28 20:14:49 -05:00 committed by GitHub
parent 47286fbe2a
commit bc89b63fc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 183 additions and 20 deletions

View file

@ -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__(