Files
core/homeassistant
Chris Xiao 048d30904e Simplify qbittorrent sensor class init (#90411)
catch LoginException directly in QBittorrentSensor init

Since the `exception` arg in QBittorrentSensor `__init__` is always
LoginException, we catch LoginException directly in `__init__` instead
of passing LoginException as an argument.
2023-03-28 16:52:16 +02:00
..
2023-03-22 16:03:41 -10:00
2023-03-28 16:37:57 +02:00
2023-03-28 16:37:57 +02:00
…
…
…
…
…
…