delfick / photons

Python3.6+ asyncio framework for interacting with LIFX devices
https://photons.delfick.com
MIT License
73 stars 6 forks source link

Update lru-dict to 1.2.0 to match HA #122

Closed vendruscolo closed 1 year ago

vendruscolo commented 1 year ago

Home Assistant Core updated lru-dict to 1.2.0 in version 2023.7.0

https://github.com/home-assistant/core/blob/2023.7.0b0/requirements.txt#L17

delfick commented 1 year ago

oooh, that's cool, thanks

delfick commented 1 year ago

I've released photons 0.42.9 with this change

and once this done https://github.com/delfick/photons/actions/runs/5656901063/job/15324840750 there will be an interactor version 0.12.7 released.

It is bedtime in this timezone right now, I'll make sure it passed when I wake up in the morning, goodnight!

delfick commented 1 year ago

aaaand it already failed

Screenshot 2023-07-25 at 10 42 05 pm

I'll go down that rabbit hole after sleeping

vendruscolo commented 1 year ago

Thank you Stephen, don't worry there's no rush here! I got my HA setup working again after going down the rabbit hole for two nights (and the fix was of course something very stupid!) ❤️

delfick commented 1 year ago

Thank you Stephen, don't worry there's no rush here

:)

rabbit hole for two nights (and the fix was of course something very stupid!)

Extremely IOT sentence lol

delfick commented 1 year ago

got it to work :)

So there is now docker images for interactor 0.12.7 and the homeassistant plugin is now set to use that

vendruscolo commented 1 year ago

Amazing! I can now delete the branch that contained just photons-core and update to 0.42.9 Now that I got the ball rolling again it's time to resume working on my integration :D

Thanks again!

delfick commented 1 year ago

nice :) You're welcome!