From a4444925c8087ed9d880f51365762b318e10ff0c Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 6 Mar 2024 12:36:01 +0100 Subject: [PATCH] Add icon translations to Transmission (#112324) --- homeassistant/components/transmission/icons.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 homeassistant/components/transmission/icons.json diff --git a/homeassistant/components/transmission/icons.json b/homeassistant/components/transmission/icons.json new file mode 100644 index 00000000000..56ae46f933d --- /dev/null +++ b/homeassistant/components/transmission/icons.json @@ -0,0 +1,8 @@ +{ + "services": { + "add_torrent": "mdi:download", + "remove_torrent": "mdi:download-off", + "start_torrent": "mdi:play", + "stop_torrent": "mdi:stop" + } +}