sendorm
sendorm
### Checklist - [x] I'm running the latest version of CustomUI ([Update guide](https://github.com/andrey-git/home-assistant-custom-ui/blob/master/docs/installing.md#updating)) or using a specific [release](https://github.com/andrey-git/home-assistant-custom-ui/releases) that is not marked as "Broken". - [x] I tried to force-refresh...
I've created a shell command in HASS to turn on the stream. ``` shell_command: camera_on: 'videop2proxy --ip 192.168.x.xx --token xxxxxxxxxxxxxxxxxxxxxxxxxxxx --rtsp 8554' ``` And have this in configuration: ``` camera:...
The current version sends "off" and "on" to "octoPrint/hassControl/connect" topic. This does not work anymore. But: Currently sending: to topic "octoPrint/hassControl/connect" -> "True", connects and "False" disconnects. Can this be...