core/homeassistant/components/transmission/icons.json

17 lines
265 B
JSON

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