mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
26 lines
437 B
JSON
26 lines
437 B
JSON
{
|
|
"options": {
|
|
"step": {
|
|
"options_1": {
|
|
"sections": {
|
|
"section_1": "mdi:robot"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"set_scanner_connected": {
|
|
"service": "mdi:lan-connect"
|
|
},
|
|
"set_tracker_location": {
|
|
"service": "mdi:map-marker"
|
|
},
|
|
"test_service_1": {
|
|
"sections": {
|
|
"additional_fields": "mdi:test-tube"
|
|
},
|
|
"service": "mdi:flask"
|
|
}
|
|
}
|
|
}
|