core/homeassistant/components/transmission/icons.json

9 lines
165 B
JSON

{
"services": {
"add_torrent": "mdi:download",
"remove_torrent": "mdi:download-off",
"start_torrent": "mdi:play",
"stop_torrent": "mdi:stop"
}
}