Add service icons to Home Assistant (#113307)
This commit is contained in:
parent
3326fe6357
commit
d88bebc255
1 changed files with 17 additions and 0 deletions
17
homeassistant/components/homeassistant/icons.json
Normal file
17
homeassistant/components/homeassistant/icons.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"services": {
|
||||
"check_config": "mdi:receipt-text-check",
|
||||
"reload_core_config": "mdi:receipt-text-send",
|
||||
"restart": "mdi:restart",
|
||||
"set_location": "mdi:map-marker",
|
||||
"stop": "mdi:stop",
|
||||
"toggle": "mdi:toggle-switch",
|
||||
"turn_on": "mdi:power-on",
|
||||
"turn_off": "mdi:power-off",
|
||||
"update_entity": "mdi:update",
|
||||
"reload_custom_templates": "mdi:palette-swatch",
|
||||
"reload_config_entry": "mdi:reload",
|
||||
"save_persistent_states": "mdi:content-save",
|
||||
"reload_all": "mdi:reload"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue