I hade this lines in my configuration.yaml and still has:
switch:
- platform: command_line
switches:
blue_iris:
command_on: ‘/usr/bin/curl -X GET “http://10.13.37.50/admin?profile=2&lock=2”’
command_off: ‘/usr/bin/curl -X GET “http://10.13.37.50/admin?profile=0&lock=1”’
friendly_name: Blue Iris
The switch worked really well and activated and deactived recording for my cameras.The urls also worked inside my automations. But after I updated to 2024.8.2 the switch is missing and all automation stopped working. But no config errors, all seems ok but nothing works.
What am I missing here?