Skip to content

Commit 3c8ac20

Browse files
authored
Sort icons in Husqvarna Automower (home-assistant#155276)
1 parent 6394fdb commit 3c8ac20

File tree

1 file changed

+9
-9
lines changed
  • homeassistant/components/husqvarna_automower

1 file changed

+9
-9
lines changed

homeassistant/components/husqvarna_automower/icons.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
}
77
},
88
"button": {
9-
"sync_clock": {
10-
"default": "mdi:clock-check-outline"
11-
},
129
"reset_cutting_blade_usage_time": {
1310
"default": "mdi:saw-blade"
11+
},
12+
"sync_clock": {
13+
"default": "mdi:clock-check-outline"
1414
}
1515
},
1616
"event": {
@@ -64,17 +64,17 @@
6464
"on": "mdi:square"
6565
}
6666
},
67-
"work_area_work_area": {
68-
"default": "mdi:square-outline",
69-
"state": {
70-
"on": "mdi:square"
71-
}
72-
},
7367
"stay_out_zones": {
7468
"default": "mdi:rhombus-outline",
7569
"state": {
7670
"on": "mdi:rhombus"
7771
}
72+
},
73+
"work_area_work_area": {
74+
"default": "mdi:square-outline",
75+
"state": {
76+
"on": "mdi:square"
77+
}
7878
}
7979
}
8080
},

0 commit comments

Comments
 (0)