RogerSelwyn / O365-HomeAssistant

Office 365 integration for Home Assistant
MIT License
178 stars 14 forks source link

Cannot update description on an existing to do #190

Closed B-Hartley closed 6 months ago

B-Hartley commented 6 months ago

if I use an update_item service to try and update the description of a to-do item, it doesn't work ?

Thanks

RogerSelwyn commented 6 months ago

I forget is that the todo. service or the o365. service?

B-Hartley commented 6 months ago
service: todo.update_item
target:
  entity_id: todo.house_jobs_bruce                 
data:
  item: "todo item"
  description: "updated desc"
RogerSelwyn commented 6 months ago

Fixed in https://github.com/RogerSelwyn/O365-HomeAssistant/releases/tag/v4.5.3

B-Hartley commented 6 months ago

Thanks for the quick fix !