Fix icon mistakes (#113420)

This commit is contained in:
Joost Lekkerkerker 2024-03-14 14:49:20 +01:00 committed by GitHub
parent 606ee3c379
commit 70286b38ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"services": {
"alarm_keypress": "mdi:alarm-panel",
"invoke_custom_function": "mdi:terminal"
"invoke_custom_function": "mdi:console"
}
}

View File

@ -1,7 +1,7 @@
{
"services": {
"set_system_mode": "mdi:pencil",
"reset_system": "mdi:reset",
"reset_system": "mdi:refresh",
"refresh_system": "mdi:refresh",
"set_zone_override": "mdi:motion-sensor",
"clear_zone_override": "mdi:motion-sensor-off"

View File

@ -7,6 +7,6 @@
}
},
"services": {
"send_command": "mdi:terminal"
"send_command": "mdi:console"
}
}

View File

@ -1,6 +1,6 @@
{
"services": {
"call_method": "mdi:terminal",
"call_method": "mdi:console",
"call_query": "mdi:database",
"sync": "mdi:sync",
"unsync": "mdi:sync-off"