1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 19:07:08 +00:00
Files
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"
}
}
}