Skip to content

Commit

Permalink
Fix icon mistakes (home-assistant#113420)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Mar 14, 2024
1 parent 606ee3c commit 70286b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/envisalink/icons.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"services": {
"alarm_keypress": "mdi:alarm-panel",
"invoke_custom_function": "mdi:terminal"
"invoke_custom_function": "mdi:console"
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/evohome/icons.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/ps4/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
}
},
"services": {
"send_command": "mdi:terminal"
"send_command": "mdi:console"
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/squeezebox/icons.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"services": {
"call_method": "mdi:terminal",
"call_method": "mdi:console",
"call_query": "mdi:database",
"sync": "mdi:sync",
"unsync": "mdi:sync-off"
Expand Down

0 comments on commit 70286b3

Please sign in to comment.