diff --git a/config/packages/neato.yaml b/config/packages/neato.yaml index 54cd130b..179df662 100755 --- a/config/packages/neato.yaml +++ b/config/packages/neato.yaml @@ -15,6 +15,13 @@ neato: username: !secret neato_username password: !secret neato_password #------------------------------------------- +sensor: + - platform: template + sensors: + neato_status: + friendly_name: 'Neato Status' + value_template: '{{states.vacuum.carloneato.attributes["status"]}}' + group: Neato: entities: diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index e8dc3c00..ec5e7012 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ