1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 21:47:08 +00:00
Files
core/homeassistant/components/ffmpeg/icons.json
Joost Lekkerkerker 7f9ad140f9 Fix wrong icons (#114567)
* Fix wrong icons

* Fix wrong icons
2024-04-01 15:53:14 +02:00

8 lines
102 B
JSON

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