Skip to content

fixed typo which caused false bulb type identification

Zoé B requested to merge (removed):bulbid-bugfix into master

In main.py bulb_type was using self.last_properties instead of self._last_properties, hence, always identifying the bulb as a color bulb. It is fixed now, tested on ceiling lights (which support color temperature adjustment, no color adjustment).

Edited by Zoé B

Merge request reports