I installed pyvizio but I get the following error when I enter the following command “python3 pyvizio --ip=0 discover”
Traceback (most recent call last):
File "pyvizio", line 7, in <module>
from pyvizio.cli import cli
File "/home/openhabian/.local/lib/python3.5/site-packages/pyvizio/__init__.py", line 94
f"Invalid device type specified. Use either '{DEVICE_CLASS_TV}' or "
^
SyntaxError: invalid syntax
Any suggestions?