To do task due today #257
Replies: 6 comments
-
I guess the obvious question is, what have you changed? Have you upgraded HA or the O365 integration? |
Beta Was this translation helpful? Give feedback.
-
Then next step try creating a todo through the developer -> actions tab, and report if that works. |
Beta Was this translation helpful? Give feedback.
-
That's quick answering 🤣
I don't know for how long it has stopped working, but definitely I've been
updating both HA and O365.
Creating a task with a set due date works. It just the traditional now()
formula not working anymore.
El sáb, 5 oct 2024, 18:21, RogerSelwyn ***@***.***> escribió:
… I guess the obvious question is, what have you changed? Have you upgraded
HA or the O365 integration?
—
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AINL4SISWBIU5JWB2YBTOILZ2AGZLAVCNFSM6AAAAABPNO7KBKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOBVGM2DQMQ>
.
You are receiving this because you authored the thread.Message ID:
<RogerSelwyn/O365-HomeAssistant/repo-discussions/257/comments/10853482@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Then I would suggest that your formula doesn’t work because HA core has changed something, which I can’t help with. Make sure a valid date is sent and it should work (as you have proved). |
Beta Was this translation helpful? Give feedback.
-
Ok, I will try.
El sáb, 5 oct 2024, 18:27, RogerSelwyn ***@***.***> escribió:
… Then I would suggest that your formula doesn’t work because HA core has
changed something, which I can’t help with. Make sure a valid date is sent
and it should work (as you have proved).
—
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AINL4SMFCWQWSJJ6QLRJVF3Z2AHPBAVCNFSM6AAAAABPNO7KBKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOBVGM2TCMI>
.
You are receiving this because you authored the thread.Message ID:
<RogerSelwyn/O365-HomeAssistant/repo-discussions/257/comments/10853511@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I couldn't find if it is due to a change in the core but I managed to fix it by using now().strftime('%Y-%m-%d'). |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I've been using for a while the following code to create toDo tasks that are due the day they are created, but they are not working anymore:
action: o365.new_todo
metadata: {}
data:
due: "{{ now() }}"
subject: "xxxx*
target:
entity_id: todo.nuestro_pisito_account1
They were working but they are not working anymore. I get the following error:
Any idea what's is wrong now?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions