3 replies

Z

sadly, doing the basic substitution does not work for me,
which is why i have contacted you in the hope you would update the tasker integration documentation, with your developer abilities!

Z

the most recent changes are to trigger: and platform:
but also not long ago, action: and service: and condition: were changed too

https://www.home-assistant.io/blog/2024/08/07/release-20248/#goodbye-service-calls-hello-actions-

https://www.home-assistant.io/blog/2024/10/02/release-202410/#improved-yaml-syntax-for-automations

essentially, i think maybe

trigger: replace with triggers:
platform:
replace with trigger:
action:
replace with actions:
service:
replace with action:
condition: replace with conditions:

while your the code still functions, it no longer follows the current syntax and now my configuration.yaml is now always in a state of error when open in vscode

Note that your blueprint code is also outdated as a result of these changes

once again, it technically still functions, but it's very confusing when looking at home assistant documentation, and comparing to your older code as it no longer aligns

hope that helps

Thanks! Does it work if you do the replacements you mention? :)

Hi. What exactly is outdated? Can you specify? Thanks in advance!