mirror of
https://github.com/esphome/esphome.git
synced 2026-09-16 17:48:40 +00:00
Merge branch 'number_reorder_reduce' into integration
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