This requires you to have the following component setup
- type: picture-elementsimage: /local/banners/empty.pngelements:- type: state-icontap_action: toggleentity: vacuum.neatostyle:top: 5%left: 95%"--paper-item-icon-color": rgb(115, 122, 130)z-index: 1- type: state-icontap_action: toggleentity: switch.neato_schedulestyle:top: 15%left: 95%"--paper-item-icon-color": rgb(115, 122, 130)z-index: 1- type: state-labelentity: sensor.neato_batterystyle:top: 70%left: 0%color: rgb(115, 122, 130)transform: nonepointer-events: nonetext-shadow: 1px 1px blackfont-family: Trebuchet MSfont-size: 90%font-weight: boldborder-left-style: solidborder-color: DeepSkyBluebackground-color: rgb(54, 65, 78)z-index: 1- type: imageentity: camera.neato_cleaning_mapcamera_image: camera.neato_cleaning_maptap_action: nonestyle:transform: nonetop: 0%left: 0%width: 100%height: 100%z-index: 0- type: state-labelentity: sensor.neato_statusstyle:top: 80%left: 0%color: rgb(115, 122, 130)transform: nonepointer-events: nonetext-shadow: 1px 1px blackfont-family: Trebuchet MSfont-size: 90%font-weight: boldborder-left-style: solidborder-color: Tomatobackground-color: rgb(54, 65, 78)z-index: 1- type: state-labelentity: sensor.neato_areastyle:top: 90%left: 0%color: rgb(115, 122, 130)transform: nonepointer-events: nonetext-shadow: 1px 1px blackfont-family: Trebuchet MSfont-size: 90%font-weight: boldborder-left-style: solidborder-color: GreenYellowbackground-color: rgb(54, 65, 78)z-index: 1
Here is the package for the sensors
Change neato on the states for your robots name in the template sensors
- platform: templatesensors:neato_area:friendly_name: "Neato: Area cleaned on last run"value_template: "Area Cleaned: {{ states.vacuum.neato.attributes.clean_area | round(1) }}"unit_of_measurement: 'm²'- platform: templatesensors:neato_status:friendly_name: "Neato: Status"value_template: "Status: {{ states.vacuum.neato.attributes.status }}"- platform: templatesensors:neato_battery:friendly_name: "Battery: neato"value_template: "{{ states.vacuum.neato.attributes.battery_level }}"unit_of_measurement: '%'
and here is the empty placeholder image