Request for yeedi vacuum integration

Looking for this as well

I second that!

I’ll throw another hat into the ring as someone that would like this intergration.

i follow this thread :smiley:

When using Google assitance, the authentication happend at user-login

hope this help. :slight_smile:

Yes please, been looking to integrate my yeedi vac for a while now.

While I was tinkering around with it I found that you can create an ecovacs account and pair a yeedi vac to the ecovacs app. You can even use the ecovacs home assitant integration and your yeedi vac will show up. Issue is, that the app does not support to control the vac and therefore home assistant is also unable to control the vacuum.
But it shows that ecovacs and yeedi a closely related, which gives me hopes that someone will be able to create an integration.

is there any progress on the yeedi integration?

I don’t think so, unfortunately I don’t have the skill to develope and thus far no one did as it seems. I hope that someone will eventually do it.

Hi guys,
i wanted to share my configuration to integrate with the Yeedi.

With the new 2023.01 update of Home Assistant we can use the Google Assistant SDK. I normally don’t use Google but unfortunately it is the easiest way to control the vacuum robot via Home Assistant.

So I paired the yeedi vacuum in the Google Home App.
I then followed this guide to setup the Google Assistant SDK. That way I can send text commands to Google Assistant.

Next and final step was to add a vacuum template integration in Home Assistant:

vacuum:
  - platform: template
    vacuums:
      yeedi:
        start:
          - service: google_assistant_sdk.send_text_command
            data:
              command: Start yeedi

        return_to_base:
          - service: google_assistant_sdk.send_text_command
            data:
              command: yeedi back to dock
        stop:
          - service: google_assistant_sdk.send_text_command
            data:
              command: Stop yeedi

Together with the Mushroom Vacuum Card it can look something like this:
image

The biggest flaw is defintily the missing callback. So there is currently no way to get a status of the yeedi back into Home Assistant. That would be so awesome. And as far as I know start, stop and dock are currently the only supported actions.

Maybe this helps someone.

4 Likes

Awesome, Marc - thank you very much for sharing this approach! Works like a charm for me.
On https://assistant.google.com/services/a/uid/000000a63cfca11c, some more potential commands are listed (charging, pausing, and status for example).

The biggest flaw is defintily the missing callback. So there is currently no way to get a status of the yeedi back into Home Assistant. That would be so awesome.

This is now possible with:

Does anybody had it working with the new callback solution?

Would be really great to get it working with a response.

I think the ioBroker community has an integration for this.
Someone skilled enough could possibly use this to create something for home assistant?

1 Like

Keeping an eye out on this for potential future developments; as I have two Yeedi vac 2 pro and would love to get them into Home Assistant. Sadly don’t have the skillset to contribute to developing it myself.

The nodejs implementation which iobroker uses would be interessting for implementation:

I’m no coder so it would be much harder to get it runnning…

No coder here which could a have a look on it?

Any news about this implementation for Yeedi in HomeAssistant?

The nodejs deebot is available for node-red.
And for node red there is an addon.
So best way in the moment is to use it via node red.
Already tested it and it is working good.

1 Like

Hi @timevortex
thanks for your support.
Can you explain how can we integrate using node-red?

1 Like

I wrote a integration for my yeedi 2 hybrid. Simply import the flow below to your node-red running inside HA.

It offers:

  • Button Start of cleaning
  • Button Return to charging
  • Status Charging

It uses some German words:

  • Automatische Reinigung means start automatic cleaning.
  • Zurück zur Ladestation means back to charging.

The implementation is definitely not genius, but it works. :wink:

[{"id":"49f3edc41816261b","type":"tab","label":"yeedi","disabled":false,"info":"","env":[]},{"id":"5e170cf2c18e9c8b","type":"ecovacs-deebot","z":"49f3edc41816261b","account":"103c02f73abdabfa","name":"Yeedi","deviceNumber":"1","connectOnStartup":true,"enableGetMapsOnStartup":false,"enableSimpleEvents":true,"login":"ecovacs.com","x":690,"y":360,"wires":[["ff8fa2e78e7af929","cd54df8fcce1930f"]]},{"id":"ff8fa2e78e7af929","type":"debug","z":"49f3edc41816261b","name":"Yeedi Device Output","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1000,"y":500,"wires":[]},{"id":"73324527418690e4","type":"ecovacs-deebot-command","z":"49f3edc41816261b","name":"","command":"Clean","arg":"","arg2":"","arg3":"","x":440,"y":360,"wires":[["5e170cf2c18e9c8b"]]},{"id":"9fd2ce5a3beb0722","type":"ecovacs-deebot-command","z":"49f3edc41816261b","name":"","command":"Charge","arg":"","arg2":"","arg3":"","x":420,"y":420,"wires":[["5e170cf2c18e9c8b"]]},{"id":"cd54df8fcce1930f","type":"switch","z":"49f3edc41816261b","name":"ChargeState","property":"payload.type","propertyType":"msg","rules":[{"t":"eq","v":"ChargeState","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":850,"y":360,"wires":[["0cfdc27f6a7639e8","b315d6e5eaf5718c","e44c21e474be8ce0"]]},{"id":"a3d5e66595981bfc","type":"ha-binary-sensor","z":"49f3edc41816261b","name":"Charging","entityConfig":"f0a46f7141ccafc3","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":1380,"y":360,"wires":[["b315d6e5eaf5718c"]]},{"id":"76e53888ab4c936a","type":"change","z":"49f3edc41816261b","name":"true","rules":[{"t":"set","p":"payload","pt":"msg","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":1150,"y":360,"wires":[["a3d5e66595981bfc"]]},{"id":"0cfdc27f6a7639e8","type":"switch","z":"49f3edc41816261b","name":"charging","property":"payload.value","propertyType":"msg","rules":[{"t":"eq","v":"charging","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1020,"y":360,"wires":[["76e53888ab4c936a"]]},{"id":"b315d6e5eaf5718c","type":"debug","z":"49f3edc41816261b","name":"Yeedi Chargestate","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1350,"y":500,"wires":[]},{"id":"81d2da177cbba034","type":"change","z":"49f3edc41816261b","name":"false","rules":[{"t":"set","p":"payload","pt":"msg","to":"false","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":1150,"y":420,"wires":[["a3d5e66595981bfc"]]},{"id":"e44c21e474be8ce0","type":"switch","z":"49f3edc41816261b","name":"idle","property":"payload.value","propertyType":"msg","rules":[{"t":"eq","v":"idle","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1010,"y":420,"wires":[["81d2da177cbba034"]]},{"id":"e14e6d7482a2cb3b","type":"ha-button","z":"49f3edc41816261b","name":"Automatische Reinigung","version":0,"debugenabled":false,"outputs":1,"entityConfig":"cd59296b3642fc5c","outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":130,"y":360,"wires":[["73324527418690e4"]]},{"id":"ecc2d6c50f33503b","type":"ha-button","z":"49f3edc41816261b","name":"Zurück zur Ladestation","version":0,"debugenabled":false,"outputs":1,"entityConfig":"7325ec802bba397b","outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":120,"y":420,"wires":[["9fd2ce5a3beb0722"]]},{"id":"103c02f73abdabfa","type":"ecovacs-account","countryCode":"DE","name":"","login":"yeedi.com"},{"id":"f0a46f7141ccafc3","type":"ha-entity-config","server":"670454545051f698","deviceConfig":"7f325b3453da9f3f","name":"Charging","version":"6","entityType":"binary_sensor","haConfig":[{"property":"name","value":"Charging"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"battery_charging"}],"resend":false,"debugEnabled":false},{"id":"cd59296b3642fc5c","type":"ha-entity-config","server":"670454545051f698","deviceConfig":"7f325b3453da9f3f","name":"Automatische Reinigung","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Automatische Reinigung"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"7325ec802bba397b","type":"ha-entity-config","server":"670454545051f698","deviceConfig":"7f325b3453da9f3f","name":"Zurück zur Ladestation","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Zurück zur Ladestation"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"670454545051f698","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":": ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"default","statusTimeFormat":"h:m","enableGlobalContextStore":false},{"id":"7f325b3453da9f3f","type":"ha-device-config","name":"Yeedi","hwVersion":"","manufacturer":"Ecovac","model":"yeedi 2 hybrid","swVersion":"0.2"}]

Thanks for your input. :smiley:

this is my code starting from yours adding some other infos.

unfortunally buttons don’t work… any idea?

[{"id":"c143db574888fed4","type":"tab","label":"YEEDI","disabled":false,"info":"","env":[]},{"id":"ce32457c.36af08","type":"ecovacs-deebot","z":"c143db574888fed4","account":"449b182515d82d97","name":"Ambrogio","deviceNumber":"1","connectOnStartup":false,"enableGetMapsOnStartup":false,"enableSimpleEvents":false,"x":780,"y":200,"wires":[["f869482e90be8233","a34d77c32e7f7543","fca97084c0f1d087","0ecf32554e15e2e6","59b27ae61eae232f","0e1c8bc3a56ecf06"]]},{"id":"b4cae92d.678908","type":"inject","z":"c143db574888fed4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"60","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"true","payloadType":"bool","x":70,"y":140,"wires":[["ac846fee.40856"]]},{"id":"6cbd5268.40e18c","type":"inject","z":"c143db574888fed4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"true","payloadType":"bool","x":70,"y":280,"wires":[["9615f79487eec8d7"]]},{"id":"ac846fee.40856","type":"ecovacs-deebot-command","z":"c143db574888fed4","name":"","command":"Connect","arg":"","arg2":"","arg3":"","x":540,"y":140,"wires":[["ce32457c.36af08"]]},{"id":"8f1a0d6.fbdd2f","type":"ecovacs-deebot-command","z":"c143db574888fed4","name":"","command":"Disconnect","arg":"","arg2":"","arg3":"","x":540,"y":220,"wires":[["ce32457c.36af08"]]},{"id":"731a0a8b.fd73a4","type":"inject","z":"c143db574888fed4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"true","payloadType":"bool","x":70,"y":180,"wires":[["5b444c21.79be44"]]},{"id":"5b444c21.79be44","type":"ecovacs-deebot-command","z":"c143db574888fed4","name":"","command":"Clean","arg":"","arg2":"","arg3":"","x":540,"y":180,"wires":[["ce32457c.36af08"]]},{"id":"a34d77c32e7f7543","type":"debug","z":"c143db574888fed4","name":"Yeedi Device Output","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":760,"y":20,"wires":[]},{"id":"f869482e90be8233","type":"switch","z":"c143db574888fed4","name":"Charge State","property":"payload.type","propertyType":"msg","rules":[{"t":"eq","v":"ChargeState","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1010,"y":300,"wires":[["d6ec8aef6271c96f","3741658b6aad97b5","c42f39fa4b2e09f7"]]},{"id":"3d122b513e0dd96f","type":"change","z":"c143db574888fed4","name":"true","rules":[{"t":"set","p":"payload","pt":"msg","to":"In Carica","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1330,"y":240,"wires":[["191ef10f1341c13b"]]},{"id":"d6ec8aef6271c96f","type":"switch","z":"c143db574888fed4","name":"charging","property":"payload.value","propertyType":"msg","rules":[{"t":"eq","v":"charging","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1200,"y":240,"wires":[["3d122b513e0dd96f"]]},{"id":"133fde5b244b9ef5","type":"change","z":"c143db574888fed4","name":"false","rules":[{"t":"set","p":"payload","pt":"msg","to":"In Pulizia","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1330,"y":280,"wires":[["191ef10f1341c13b"]]},{"id":"3741658b6aad97b5","type":"switch","z":"c143db574888fed4","name":"idle","property":"payload.value","propertyType":"msg","rules":[{"t":"eq","v":"idle","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1190,"y":280,"wires":[["133fde5b244b9ef5"]]},{"id":"c42f39fa4b2e09f7","type":"debug","z":"c143db574888fed4","name":"Yeedi Chargestate","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1230,"y":200,"wires":[]},{"id":"9615f79487eec8d7","type":"ecovacs-deebot-command","z":"c143db574888fed4","name":"","command":"Charge","arg":"","arg2":"","arg3":"","x":540,"y":280,"wires":[["ce32457c.36af08"]]},{"id":"fca97084c0f1d087","type":"switch","z":"c143db574888fed4","name":"Battery Info","property":"payload.type","propertyType":"msg","rules":[{"t":"eq","v":"BatteryInfo","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1010,"y":360,"wires":[["d39c0172ec333403","b0d62dcc74953960"]]},{"id":"d39c0172ec333403","type":"ha-sensor","z":"c143db574888fed4","name":"Battery","entityConfig":"b70780198599a61d","version":0,"state":"payload.value","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":1200,"y":400,"wires":[["b0d62dcc74953960"]]},{"id":"b0d62dcc74953960","type":"debug","z":"c143db574888fed4","name":"Yeedi BatteryInfo","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1230,"y":360,"wires":[]},{"id":"0ecf32554e15e2e6","type":"switch","z":"c143db574888fed4","name":"Clean Log","property":"payload.type","propertyType":"msg","rules":[{"t":"eq","v":"LastCleanLogs","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1010,"y":480,"wires":[["cc17aab1a3ad354a","52b106ae144428b7"]]},{"id":"cc17aab1a3ad354a","type":"ha-sensor","z":"c143db574888fed4","name":"Clean Log","entityConfig":"8e47166b17628b08","version":0,"state":"payload.value.totalTimeFormatted","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":1210,"y":520,"wires":[["52b106ae144428b7"]]},{"id":"52b106ae144428b7","type":"debug","z":"c143db574888fed4","name":"Yeedi Clean Log","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1220,"y":480,"wires":[]},{"id":"59b27ae61eae232f","type":"switch","z":"c143db574888fed4","name":"Life Span","property":"payload.type","propertyType":"msg","rules":[{"t":"eq","v":"LifeSpan","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1000,"y":600,"wires":[["e1820b400b5f6ac3","bc0f071ff6fe96ac","0566a00c886aaa49","91e0b6cf2fca795c"]]},{"id":"e1820b400b5f6ac3","type":"ha-sensor","z":"c143db574888fed4","name":"Filter","entityConfig":"6ff3ad2d1b702a13","version":0,"state":"payload.value.filter","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":1190,"y":640,"wires":[["bc0f071ff6fe96ac"]]},{"id":"bc0f071ff6fe96ac","type":"debug","z":"c143db574888fed4","name":"Yeedi Life Span","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1220,"y":600,"wires":[]},{"id":"0566a00c886aaa49","type":"ha-sensor","z":"c143db574888fed4","name":"Spazzola Laterale","entityConfig":"3486bdeffc25b99d","version":0,"state":"payload.value.side_brush","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":1230,"y":700,"wires":[["bc0f071ff6fe96ac"]]},{"id":"91e0b6cf2fca795c","type":"ha-sensor","z":"c143db574888fed4","name":"Spazzola Principale","entityConfig":"7c868bdcc3347f40","version":0,"state":"payload.value.main_brush","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":1230,"y":760,"wires":[["bc0f071ff6fe96ac"]]},{"id":"0e1c8bc3a56ecf06","type":"switch","z":"c143db574888fed4","name":"Sleep Status","property":"payload.type","propertyType":"msg","rules":[{"t":"eq","v":"SleepStatus","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1010,"y":140,"wires":[["714f68774029700a","4ffdd12f2e717928","904f754100ca42d6"]]},{"id":"191ef10f1341c13b","type":"ha-sensor","z":"c143db574888fed4","name":"Attività","entityConfig":"83d6002490ade453","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":1510,"y":280,"wires":[["c42f39fa4b2e09f7"]]},{"id":"8017aed710a7e001","type":"change","z":"c143db574888fed4","name":"Online","rules":[{"t":"set","p":"payload","pt":"msg","to":"Online","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1330,"y":80,"wires":[["7bd6b0ed6bf2678a"]]},{"id":"4ffdd12f2e717928","type":"switch","z":"c143db574888fed4","name":"0","property":"payload.value","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1190,"y":80,"wires":[["8017aed710a7e001"]]},{"id":"f2313d394c955de0","type":"change","z":"c143db574888fed4","name":"Sleeping","rules":[{"t":"set","p":"payload","pt":"msg","to":"Sleeping","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1340,"y":120,"wires":[["7bd6b0ed6bf2678a"]]},{"id":"714f68774029700a","type":"switch","z":"c143db574888fed4","name":"1","property":"payload.value","propertyType":"msg","rules":[{"t":"eq","v":"1","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1190,"y":120,"wires":[["f2313d394c955de0"]]},{"id":"904f754100ca42d6","type":"debug","z":"c143db574888fed4","name":"Yeedi SleepStatus","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1230,"y":40,"wires":[]},{"id":"7bd6b0ed6bf2678a","type":"ha-sensor","z":"c143db574888fed4","name":"Stato","entityConfig":"3510eb977c5a4b71","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":1510,"y":120,"wires":[["904f754100ca42d6"]]},{"id":"7c37e9a472b161d7","type":"ha-button","z":"c143db574888fed4","name":"","version":0,"debugenabled":false,"outputs":1,"entityConfig":"cd59296b3642fc5c","outputProperties":[{"property":"payload","propertyType":"msg","value":"true","valueType":"bool"},{"property":"topic","propertyType":"msg","value":"","valueType":"str"}],"x":290,"y":200,"wires":[["5b444c21.79be44","3d544d06636e4af3"]]},{"id":"10cb33724bcc404f","type":"ha-button","z":"c143db574888fed4","name":"","version":0,"debugenabled":false,"outputs":1,"entityConfig":"7325ec802bba397b","outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":290,"y":300,"wires":[["9615f79487eec8d7"]]},{"id":"3d544d06636e4af3","type":"debug","z":"c143db574888fed4","name":"Yeedi Device Output","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":440,"y":60,"wires":[]},{"id":"449b182515d82d97","type":"ecovacs-account","countryCode":"IT","name":"alex","login":"yeedi.com"},{"id":"b70780198599a61d","type":"ha-entity-config","server":"c38007c7.3b7b48","deviceConfig":"7f325b3453da9f3f","name":"Batteria","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Batteria"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"battery"},{"property":"unit_of_measurement","value":"%"},{"property":"state_class","value":""}],"resend":false,"debugEnabled":false},{"id":"8e47166b17628b08","type":"ha-entity-config","server":"c38007c7.3b7b48","deviceConfig":"7f325b3453da9f3f","name":"Clean Log","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Clean Log"},{"property":"icon","value":""},{"property":"entity_category","value":"diagnostic"},{"property":"entity_picture","value":""},{"property":"device_class","value":""},{"property":"unit_of_measurement","value":""},{"property":"state_class","value":""}],"resend":false,"debugEnabled":false},{"id":"6ff3ad2d1b702a13","type":"ha-entity-config","server":"c38007c7.3b7b48","deviceConfig":"7f325b3453da9f3f","name":"Filtro","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Filtro"},{"property":"icon","value":""},{"property":"entity_category","value":"diagnostic"},{"property":"entity_picture","value":""},{"property":"device_class","value":""},{"property":"unit_of_measurement","value":"%"},{"property":"state_class","value":""}],"resend":false,"debugEnabled":false},{"id":"3486bdeffc25b99d","type":"ha-entity-config","server":"c38007c7.3b7b48","deviceConfig":"7f325b3453da9f3f","name":"Spazzola Laterale","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Spazzola Laterale"},{"property":"icon","value":""},{"property":"entity_category","value":"diagnostic"},{"property":"entity_picture","value":""},{"property":"device_class","value":""},{"property":"unit_of_measurement","value":"%"},{"property":"state_class","value":""}],"resend":false,"debugEnabled":false},{"id":"7c868bdcc3347f40","type":"ha-entity-config","server":"c38007c7.3b7b48","deviceConfig":"7f325b3453da9f3f","name":"Spazzola Principale","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Spazzola Principale"},{"property":"icon","value":""},{"property":"entity_category","value":"diagnostic"},{"property":"entity_picture","value":""},{"property":"device_class","value":""},{"property":"unit_of_measurement","value":"%"},{"property":"state_class","value":""}],"resend":false,"debugEnabled":false},{"id":"83d6002490ade453","type":"ha-entity-config","server":"926d53a3.e53e1","deviceConfig":"7f325b3453da9f3f","name":"Attività","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Attività"},{"property":"icon","value":"mdi:robot-vacuum"},{"property":"entity_category","value":"diagnostic"},{"property":"entity_picture","value":""},{"property":"device_class","value":""},{"property":"unit_of_measurement","value":""},{"property":"state_class","value":""}],"resend":false,"debugEnabled":false},{"id":"3510eb977c5a4b71","type":"ha-entity-config","server":"c38007c7.3b7b48","deviceConfig":"7f325b3453da9f3f","name":"Stato","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Stato"},{"property":"icon","value":"mdi:information"},{"property":"entity_category","value":"diagnostic"},{"property":"entity_picture","value":""},{"property":"device_class","value":""},{"property":"unit_of_measurement","value":""},{"property":"state_class","value":""}],"resend":false,"debugEnabled":false},{"id":"cd59296b3642fc5c","type":"ha-entity-config","server":"670454545051f698","deviceConfig":"7f325b3453da9f3f","name":"Avvia Pulizia","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Avvia Pulizia"},{"property":"icon","value":"mdi:play-circle"},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":true},{"id":"7325ec802bba397b","type":"ha-entity-config","server":"c38007c7.3b7b48","deviceConfig":"7f325b3453da9f3f","name":"Back to Stazione Ricarica","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Stazione Ricarica"},{"property":"icon","value":"mdi:replay"},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"c38007c7.3b7b48","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":30,"areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":"at: ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"h23","statusTimeFormat":"h:m","enableGlobalContextStore":true},{"id":"7f325b3453da9f3f","type":"ha-device-config","name":"Yeedi","hwVersion":"","manufacturer":"Ecovac","model":"yeedi 2 hybrid","swVersion":"0.2"},{"id":"926d53a3.e53e1","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":"at: ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"h23","statusTimeFormat":"h:m","enableGlobalContextStore":true},{"id":"670454545051f698","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":": ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"default","statusTimeFormat":"h:m","enableGlobalContextStore":false}]