diff --git a/homeassistant/components/lawn_mower/icons.json b/homeassistant/components/lawn_mower/icons.json new file mode 100644 index 00000000000..b25bf927fcd --- /dev/null +++ b/homeassistant/components/lawn_mower/icons.json @@ -0,0 +1,12 @@ +{ + "entity_component": { + "_": { + "default": "mdi:robot-mower" + } + }, + "services": { + "dock": "mdi:home-import-outline", + "pause": "mdi:pause", + "start_mowing": "mdi:play" + } +}