hass-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

19 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"
}
}
}
}