Add service icons to Home Assistant (#113307)

This commit is contained in:
Joost Lekkerkerker 2024-03-14 13:43:17 +01:00 committed by GitHub
parent 3326fe6357
commit d88bebc255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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"
}
}