Merge branch 'number_reorder_reduce' into integration

This commit is contained in:
J. Nick Koston
2025-11-28 21:23:34 -06:00
+1 -1
View File
@@ -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