1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/kitchen_sink/icons.json
Erik Montnemery c772c4a2d5 Allow specifying icons for service sections (#124656)
* Allow specifying icons for service sections

* Improve kitchen_sink example
2024-08-28 11:15:26 +02:00

20 lines
291 B
JSON

{
"options": {
"step": {
"options_1": {
"sections": {
"section_1": "mdi:robot"
}
}
}
},
"services": {
"test_service_1": {
"service": "mdi:flask",
"sections": {
"advanced_fields": "mdi:test-tube"
}
}
}
}