mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 16:51:52 +00:00
Update esphome/components/number/number_call.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -40,7 +40,7 @@ class NumberCall {
|
||||
Number *const parent_;
|
||||
optional<float> value_;
|
||||
NumberOperation operation_{NUMBER_OP_NONE};
|
||||
bool cycle_;
|
||||
bool cycle_{false};
|
||||
};
|
||||
|
||||
} // namespace esphome::number
|
||||
|
||||
Reference in New Issue
Block a user