hi all
i have a question about the command line curl thing in the configuration.yaml
i have a board that i can acces with a url now have i found some instruxtions on internet and gemini to make a yaml , but it dasnt work yet
to have a good point to search i want to know if the configuration yaml command line bit it ok its pasted below
switch:
- platform: command_line
switches:
netrelay1:
unique_id: netrelay2
#name: netrelay2
command_on: "/usr/bin/curl -X GET http://admin:[email protected]/relay.cgi?aida1on=on"
command_off: "/usr/bin/curl -X GET http://admin:[email protected]/relay.cgi?aida1off=off"
- platform: command_line
switches:
netrelay2:
unique_id: netrelay2
#name: netrelay2
command_on: "/usr/bin/curl -X GET http://admin:[email protected]/relay.cgi?aida2on=on"
command_off: "/usr/bin/curl -X GET http://admin:[email protected]/relay.cgi?saida2off=off"