hass-core/homeassistant/components/deluge
Mark Grandi c265c91ef2
Add protocol upload / download sensors to Deluge (#119203)
* Add Protocol Upload/Download for Deluge

* add unit test and fix typo in sensor.py

* remove unneeded import

* rename/unify the translation keys and entries in const.py

* split out const.py items into DelugeSensorType to avoid confusion with DelugeGetSessionStatusKeys

* change DelugeGetSessionStatusKeys to be a regular enum to satisfy mypy
2024-10-02 16:44:56 +02:00
..
__init__.py Move deluge base entity to separate module (#126479) 2024-09-23 08:54:28 +02:00
config_flow.py Replace pylint broad-except with Ruff BLE001 (#116250) 2024-05-07 14:00:27 +02:00
const.py Add protocol upload / download sensors to Deluge (#119203) 2024-10-02 16:44:56 +02:00
coordinator.py Add protocol upload / download sensors to Deluge (#119203) 2024-10-02 16:44:56 +02:00
entity.py Move deluge base entity to separate module (#126479) 2024-09-23 08:54:28 +02:00
manifest.json Bump deluge-client to 1.10.2 (#110905) 2024-02-19 10:49:57 +01:00
sensor.py Add protocol upload / download sensors to Deluge (#119203) 2024-10-02 16:44:56 +02:00
strings.json Add protocol upload / download sensors to Deluge (#119203) 2024-10-02 16:44:56 +02:00
switch.py Move deluge base entity to separate module (#126479) 2024-09-23 08:54:28 +02:00