FreshlyBrewedCode / pymee

a python library to interact with homee
MIT License
8 stars 4 forks source link

Change get_attribute to update_attribute and add update_node #9

Closed Taraman17 closed 8 months ago

Taraman17 commented 8 months ago

Hi again, I'm terribly sorry, I overlooked that before, but I need also a function to update the node, in case there are no seperate entities in HA (e.g. for covers or lights).

Also I noticed naming the functions update_... is more appropriate.

Taraman17 commented 8 months ago

Thank you

Taraman17 commented 8 months ago

Ich sehe gerade, in der setup.py und auch in der Readme wird noch V1.8.0 angezeigt - ich dachte, das wird automatisch inkrementiert?

FreshlyBrewedCode commented 8 months ago

Fixed it, python-semantic-release which is used in the workflow had some breaking changes recently and the workflow was using the latest version from the master branch. I downgraded to the latest v7 version. Releases seem to be working again.