DeebotUniverse / Deebot-4-Home-Assistant

Home Assistant integration for deebot vacuums
https://deebot.readthedocs.io/integrations/home-assistant/
GNU General Public License v3.0
180 stars 41 forks source link

Error calling deebot.refresh Service: "Call-service error. extra keys not allowed @ data['part']" #405

Closed flightforum closed 1 year ago

flightforum commented 1 year ago

Checks

The problem

Hi everybody,

for some time now, I have used an HA script to manually update my Deebot's state. For some days now, executing the script results in an error: "Fehler beim Aufrufen des Diensts script/manni_update_state. extra keys not allowed @ data['part']". I have not changed the script and I think it is in line with the current documentation:

alias: Manni Update State
sequence:
  - service: deebot.refresh
    data:
      part: Status
    target:
      entity_id: vacuum.manni
mode: single
icon: mdi:robot-vacuum-alert

Do you have any ideas?

Best,

Jorin

Diagnostics information

I think the error message should be enough.

Anything in the logs that might be useful for us?

No response

Additional information

No response

flightforum commented 1 year ago

I just learned, that "part" has been renamed to "category". This has to be updated in the documentation.