mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 08:15:49 +00:00
base_light_effects lint
This commit is contained in:
@@ -53,8 +53,8 @@ class PulseLightEffect : public LightEffect {
|
||||
uint32_t transition_on_length_{};
|
||||
uint32_t transition_off_length_{};
|
||||
uint32_t update_interval_{};
|
||||
float min_brightness{0.0};
|
||||
float max_brightness{1.0};
|
||||
float min_brightness{0.0}; // NOLINT(readability-identifier-naming)
|
||||
float max_brightness{1.0}; // NOLINT(readability-identifier-naming)
|
||||
};
|
||||
|
||||
/// Random effect. Sets random colors every 10 seconds and slowly transitions between them.
|
||||
|
||||
Reference in New Issue
Block a user