Add icon translations to Fully kiosk (#111609)

* Add icon translations to Fully kiosk

* Update homeassistant/components/fully_kiosk/icons.json
This commit is contained in:
Joost Lekkerkerker 2024-02-27 14:43:42 +01:00 committed by GitHub
parent c78cccf7d2
commit 224ca122fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,7 @@
{
"services": {
"load_url": "mdi:link",
"set_config": "mdi:cog",
"start_application": "mdi:rocket-launch"
}
}