Remove scan_interval from transmission (#98858)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
8cfb8cb084
commit
fea15148a1
5 changed files with 12 additions and 29 deletions
|
@ -36,7 +36,7 @@ async def async_setup_entry(
|
|||
config_entry.entry_id
|
||||
]
|
||||
|
||||
dev = [
|
||||
entities = [
|
||||
TransmissionSpeedSensor(
|
||||
coordinator,
|
||||
"download_speed",
|
||||
|
@ -79,7 +79,7 @@ async def async_setup_entry(
|
|||
),
|
||||
]
|
||||
|
||||
async_add_entities(dev, True)
|
||||
async_add_entities(entities)
|
||||
|
||||
|
||||
class TransmissionSensor(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue