Hi,
I have a set top box sfr tv7 and I want to control it by api.
I found this repository GitHub - dragouf/sfrtvctl: a tool to control SFR TV POWER edition (STB7) (thanks to dragout) using python
I installed on my linux machine (containing ha docker) and I can control my stb with command as
sfrtvctl --host STB7.local APP TVGUIDE
works fine.
I don’t know how to do that with HA
can I use this repository directly in HA (pyscript, python_script)