I'm trying to launch Sucks & Bumper, but keep running into this.
I'm on Hassbian, the Raspberry Pi version for Home Assistant. I'm very new to manual programming, so let me know if it's something dumb I am doing.
All the requisite packages should be installed.
pi@hassbian:~/sucks $ sucks login
Traceback (most recent call last):
File "/usr/local/bin/sucks", line 6, in <module>
from sucks.cli import cli
File "/usr/local/lib/python2.7/dist-packages/sucks/__init__.py", line 360
def is_charging(self) -> bool:
^
SyntaxError: invalid syntax