Could you please add an example to the documentation, how to execute custom commands from Home Assistant?
I am asking because I tried a lot of things to archive this without success. Since I don't even know what the exact steps are, it is difficult to search for an error.
Here is what I thought would be working:
`
alias: New Script
sequence:
- service: openwrt.exec
target:
device_id: 960efgh62ec3abcd577fa1234b7e
data:
command: /opt/dns4me.sh
`
Home Assistant answers with: Unknown error.
Could you please add an example to the documentation, how to execute custom commands from Home Assistant?
I am asking because I tried a lot of things to archive this without success. Since I don't even know what the exact steps are, it is difficult to search for an error.
Here is what I thought would be working:
`
alias: New Script
sequence:
target:
device_id: 960efgh62ec3abcd577fa1234b7e
data:
command: /opt/dns4me.sh
`
Home Assistant answers with: Unknown error.