Hi all,
I am using ha core and this evening after upgrading to 2023-6.0 I saw repair:
Command Line YAML configuration has moved
This stops working in version 2023.8.0. Please address before upgrading.
Configuring Command Line `notify` using YAML has moved.
Consult the documentation to move your YAML configuration to integration key and restart Home Assistant to fix this issue.
This issue was ignored in version 2023.6.0.
I really have three notify metods defined via command line, but I have no clue how to move YAML to integration.
Help please.
I did see the docs.
There are nothing about ‘moving YAML to integration’. Quite opposite, everything written there is about configuring via YAML.
and that is exactly what I have:
- name: newtifry
platform: command_line
# Just field message in service call used
command: "newtifry -p3 -t HAss -m-"
- name: newtifryfull
platform: command_line
command: "newtifry-full"
So, why this repairs?
Just for test, I tryed gui add integration command line, this is the result:
Something is really wrong, this message have no sense.