gickowtf / pixoo-homeassistant

Home Assistant Integration for Divoom Pixoo 64
MIT License
112 stars 12 forks source link

[Bugfix] Fixed an error that would happen with config entry. #59

Closed Mrredstone5230 closed 5 months ago

Mrredstone5230 commented 5 months ago

Before this, if you reloaded the entry and afterwards edited the entry, it would throw a KeyError in the console. This actually doesn't cause anything to happen (pure luck!), but this is caused by HA not automatically un-registering the update_listener. This fixes that.