Seite wählen
#HTTP Trigger
switch 1:
  platform: command_line
  switches:
    alarmanlage:
      command_on: 'curl -k "http://xxx.xxx.xxx.xxx:xxxx/admin?profile=2-1&user=xxxxx&pw=xxxxx"'
      command_off: 'curl -k "http://xxx.xxx.xxx.xxx:xxxx/admin?profile=1-1&user=xxxxx&pw=xxxxx"'