k0rventen / avea

Control Elgato's Avea bulb using python3 !
MIT License
8 stars 1 forks source link

Removed tabs from indentation #13

Closed pattyland closed 3 years ago

pattyland commented 3 years ago

I messed up here with the tabs and broke version 1.5 :(

Would be great if you could release a healthy version again, otherwise I would do a rollback: https://github.com/home-assistant/core/issues/43568

k0rventen commented 3 years ago

Hey man. Just deleted v1.5 from pypi. Merging to master should push the new 1.5.

k0rventen commented 3 years ago

unfortunately I can't delete and upload a new, fixed v1.5 to pypi. This means I will bump version to 1.5.1, but any dependancy on v 1.5 will be buggy..

k0rventen commented 3 years ago

1.5.1 is available : https://pypi.org/project/avea/1.5.1/. Dependancies can now be upgraded if the version was specified :)

keep me posted on the upstream issue on home-assistant !

pattyland commented 3 years ago

Next time I will test more :( Thanks for fixing that so fast!

The PR at Home Assistant is here: https://github.com/home-assistant/core/pull/43618