Skip to content

Commit

Permalink
Update icons.json to new service schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ufozone committed Dec 9, 2024
1 parent 934f84d commit 15356ed
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions custom_components/zcsmower/icons.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
{
"entity": {
"sensor": {
"state": {
"default": "mdi:robot-mower",
"state": {
"unknown": "mdi:crosshairs-question",
"charge": "mdi:battery-charging",
"work": "mdi:state-machine",
"pause": "mdi:pause",
"fail": "mdi:alert-circle",
"nosignal": "mdi:signal-off",
"gotostation": "mdi:ev-station",
"gotoarea": "mdi:grass",
"bordercut": "mdi:scissors-cutting",
"expired": "mdi:clock-alert",
"renewed": "mdi:clock-check",
"work_standby": "mdi:power-standby",
"hot_temperature": "mdi:thermometer-alert",
"mapping_started": "mdi:map-marker-star",
"mapping_ended": "mdi:map-marker-check"
}
}
}
},
"services": {
"border_cut": {
"service": "mdi:scissors-cutting"
Expand Down

0 comments on commit 15356ed

Please sign in to comment.