Files
ha-core/homeassistant/components/ffmpeg/icons.json
2024-08-28 13:47:02 +02:00

14 lines
177 B
JSON

{
"services": {
"restart": {
"service": "mdi:restart"
},
"start": {
"service": "mdi:play"
},
"stop": {
"service": "mdi:stop"
}
}
}