1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/ihc/icons.json
2025-10-28 10:33:10 +01:00

17 lines
290 B
JSON

{
"services": {
"pulse": {
"service": "mdi:pulse"
},
"set_runtime_value_bool": {
"service": "mdi:toggle-switch"
},
"set_runtime_value_float": {
"service": "mdi:numeric"
},
"set_runtime_value_int": {
"service": "mdi:numeric"
}
}
}