Add service icons to IHC (#113311)
This commit is contained in:
parent
41be0487c6
commit
95f269ef70
1 changed files with 8 additions and 0 deletions
8
homeassistant/components/ihc/icons.json
Normal file
8
homeassistant/components/ihc/icons.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"services": {
|
||||
"set_runtime_value_bool": "mdi:toggle-switch",
|
||||
"set_runtime_value_int": "mdi:numeric",
|
||||
"set_runtime_value_float": "mdi:numeric",
|
||||
"pulse": "mdi:pulse"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue