mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add service icons to Home Assistant (#113307)
This commit is contained in:
parent
3326fe6357
commit
d88bebc255
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…
x
Reference in New Issue
Block a user