Skip to content

Commit

Permalink
Merge pull request #210 from mikey0000/feature/more-icons
Browse files Browse the repository at this point in the history
Even more icons
  • Loading branch information
mikey0000 authored Nov 27, 2024
2 parents 2965b41 + 0a7ac22 commit 1ce3b84
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions custom_components/mammotion/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,73 @@
"default": "mdi:map-marker"
}
},
"select": {
"channel_mode": {
"default": "mdi:map-marker-path",
"state": {
"single_grid": "mdi:sawtooth-wave",
"double_grid": "mdi:checkerboard",
"segment_grid": "mdi:square-wave",
"no_grid": "mdi:dots-square"
}
},
"mowing_laps": {
"default": "mdi:go-kart-track",
"state": {
"none": "mdi:numeric-0",
"one": "mdi:numeric-1",
"two": "mdi:numeric-2",
"three": "mdi:numeric-3",
"four": "mdi:numeric-4"
}
},
"obstacle_laps": {
"default": "mdi:go-kart-track",
"state": {
"none": "mdi:numeric-0",
"one": "mdi:numeric-1",
"two": "mdi:numeric-2",
"three": "mdi:numeric-3",
"four": "mdi:numeric-4"
}
},
"border_mode": {
"default": "mdi:checkerboard",
"state": {
"border_first": "mdi:dots-circle",
"grid_first": "mdi:checkerboard"
}
},
"bypass_mode": {
"default": "mdi:arrow-collapse-right"
},
"cutting_angle_mode": {
"default": "mdi:angle-acute"
}
},
"number": {
"start_progress": {
"default": "mdi:progress-helper"
},
"blade_height": {
"default": "mdi:altimeter"
},
"working_speed": {
"default": "mdi:speedometer"
},
"cutting_angle": {
"default": "mdi:angle-acute"
},
"path_spacing": {
"default": "mdi:keyboard-space"
},
"dumping_interval": {
"default": "mdi:dump-truck"
},
"toward_included_angle": {
"default": "mdi:angle-right"
}
},
"switch": {
"area": {
"default": "mdi:texture-box"
Expand Down

0 comments on commit 1ce3b84

Please sign in to comment.