mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 00:05:43 +00:00
Addressable light transition (#750)
* Improve addressable light transition behavior Fixes https://github.com/esphome/issues/issues/555 * Improve addressable flicker effect See also https://github.com/esphome/feature-requests/issues/348 * Update addressable_light_effect.h * Refactor * Format * Prevent divide by zero * Fixes
This commit is contained in:
@@ -277,6 +277,7 @@ class LightState : public Nameable, public Component {
|
||||
protected:
|
||||
friend LightOutput;
|
||||
friend LightCall;
|
||||
friend class AddressableLight;
|
||||
|
||||
uint32_t hash_base() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user