Add service icons to Homematic (#113308)
This commit is contained in:
parent
223e63b2d3
commit
3326fe6357
1 changed files with 10 additions and 0 deletions
10
homeassistant/components/homematic/icons.json
Normal file
10
homeassistant/components/homematic/icons.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"services": {
|
||||
"virtualkey": "mdi:keyboard",
|
||||
"set_variable_value": "mdi:console",
|
||||
"set_device_value": "mdi:television",
|
||||
"reconnect": "mdi:wifi-refresh",
|
||||
"set_install_mode": "mdi:cog",
|
||||
"put_paramset": "mdi:cog"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue