FreshlyBrewedCode / pymee

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

add function to get an update for an attribute #8

Closed Taraman17 closed 11 months ago

Taraman17 commented 11 months ago

This change adds a function, to update a specific attibute on request. Homee will answer with an "attribute" type message.

Since I experience regular disconnects on my production HA, which I cannot reproduce in my dev-environment, I added an automatic link to the reconnect function (which is completely unused bny now) and a warning log, so I can find out if the reason is within pymee.

1 unused import removed in init.py