From 2f7d74ff62b9380ef829dc19e9240ee9cc7019eb Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Thu, 27 Nov 2025 17:38:32 +0000 Subject: [PATCH] Add icons to transmission entities (#157436) --- .../components/transmission/icons.json | 39 +++++++++++++++++++ .../transmission/quality_scale.yaml | 5 +-- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/transmission/icons.json b/homeassistant/components/transmission/icons.json index 4458f510951..287f9f501b0 100644 --- a/homeassistant/components/transmission/icons.json +++ b/homeassistant/components/transmission/icons.json @@ -1,4 +1,43 @@ { + "entity": { + "sensor": { + "active_torrents": { + "default": "mdi:counter" + }, + "completed_torrents": { + "default": "mdi:counter" + }, + "download_speed": { + "default": "mdi:cloud-download" + }, + "paused_torrents": { + "default": "mdi:counter" + }, + "started_torrents": { + "default": "mdi:counter" + }, + "total_torrents": { + "default": "mdi:counter" + }, + "transmission_status": { + "default": "mdi:information-outline" + }, + "upload_speed": { + "default": "mdi:cloud-upload" + } + }, + "switch": { + "on_off": { + "default": "mdi:cloud", + "state": { + "off": "mdi:cloud-off" + } + }, + "turtle_mode": { + "default": "mdi:tortoise" + } + } + }, "services": { "add_torrent": { "service": "mdi:download" diff --git a/homeassistant/components/transmission/quality_scale.yaml b/homeassistant/components/transmission/quality_scale.yaml index 2bca7de38b4..fdf66ba7ce7 100644 --- a/homeassistant/components/transmission/quality_scale.yaml +++ b/homeassistant/components/transmission/quality_scale.yaml @@ -55,10 +55,7 @@ rules: Speed sensors change so frequently that disabling by default may be appropriate. entity-translations: done exception-translations: done - icon-translations: - status: todo - comment: | - Add icons for sensors & switches. + icon-translations: done reconfiguration-flow: todo repair-issues: todo stale-devices: todo