Closed farstreet closed 5 years ago
Seeing the same issue:
/usr/local/lib/python3.5/dist-packages/plantgw/plantgw.py:33: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. config = yaml.load(config_file)
fixed
so we just need to run the following command right?
sudo pip3 install --upgrade plantgateway
In principle yes, but I need to create a new release first.
Now you can update :)
I get the following warning on execution of the plantgateway:
The plantgateway seems 100% functional however. With debug mode on I am seeing what's below this in the logfiles. It doesn't even mention the above notification. Seems due to an update of python or something alike, I've seen similar error messages mentioned for many other projects (not related to Plant Gateway or Home Assistant) after a Google search. But I don't have the right skills to solve it unfortunately.