core/homeassistant/components/ihc/icons.json

17 lines
290 B
JSON
Raw Normal View History

2024-03-14 12:39:09 +00:00
{
"services": {
"set_runtime_value_bool": {
"service": "mdi:toggle-switch"
},
"set_runtime_value_int": {
"service": "mdi:numeric"
},
"set_runtime_value_float": {
"service": "mdi:numeric"
},
"pulse": {
"service": "mdi:pulse"
}
2024-03-14 12:39:09 +00:00
}
}