mirror of https://github.com/home-assistant/core
21 lines
371 B
JSON
21 lines
371 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"download_speed": {
|
|
"default": "mdi:cloud-download"
|
|
},
|
|
"upload_speed": {
|
|
"default": "mdi:cloud-upload"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"get_torrents": {
|
|
"service": "mdi:file-arrow-up-down-outline"
|
|
},
|
|
"get_all_torrents": {
|
|
"service": "mdi:file-arrow-up-down-outline"
|
|
}
|
|
}
|
|
}
|