mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 00:05:43 +00:00
Modular light transformers (#2124)
This commit is contained in:
@@ -157,9 +157,6 @@ class LightState : public Nameable, public Component {
|
||||
/// Internal method to set the color values to target immediately (with no transition).
|
||||
void set_immediately_(const LightColorValues &target, bool set_remote_values);
|
||||
|
||||
/// Internal method to start a transformer.
|
||||
void set_transformer_(std::unique_ptr<LightTransformer> transformer);
|
||||
|
||||
/// Internal method to save the current remote_values to the preferences
|
||||
void save_remote_values_();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user