sidoh / esp8266_milight_hub

Replacement for a Milight/LimitlessLED hub hosted on an ESP8266
MIT License
931 stars 219 forks source link

Remove `origin` key from discovery payload, which is apparently wrong? #805

Closed sidoh closed 9 months ago

sidoh commented 9 months ago

Even after re-reading the docs, I think I was doing this correctly?

https://www.home-assistant.io/integrations/mqtt/

But was definitely getting the error mentioned in #804. Removing this fixes the issue and I don't think this guy was serving any function except that the docs encourage the origin information to be included.

So away it goes.