lopter / lightsd

A daemon with a JSON-RPC API to control your light bulbs
GNU General Public License v3.0
129 stars 15 forks source link

Is anybody working on an Home Assistant component? #25

Closed mihalski closed 7 years ago

mihalski commented 7 years ago

Is anybody working on an alternative Home Assistant component for Lifx lights which interfaces with lightsd instead of whatever 10 minute detecting horror show is being used currently?

kylegordon commented 7 years ago

Home-Assistant just migrated to aiolifx the other day, over at https://github.com/home-assistant/home-assistant/issues/6435

lopter commented 7 years ago

I'm glad to see lightsd being mentioned here!

@kylegordon, @mihalski you might have noticed the Python/asyncio lightsd client that I started to work on: https://github.com/lopter/lightsd/tree/1.2.1/clients/python/lightsc. Let me know if that's of interest for you and if you have any feedback about lightsd in general (e.g: missing things that would have made lightsd more relevant for a project like home-assistant).

Best