KaufHA / kauf-rgbww-bulbs

Files for the KAUF RGBWW Smart Bulbs
39 stars 18 forks source link

Update transformer_active to match ESPHome #58

Closed TikiBill closed 5 months ago

TikiBill commented 5 months ago

The flag to indicate if a transformer/transition is active is incredibly useful for effects. When looking at making a pull request for new effects in ESPHome, I realized that flag was not there. I created a pull request (https://github.com/esphome/esphome/pull/6157) and the feedback was to make the field protected and add an accessor method. This pull requests merges those changes made in ESPHome into the Kauf tree.

KaufHA commented 5 months ago

Interesting backstory. Thanks. I'll get this merged.