1
0
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:
J. Nick Koston
2025-11-28 21:20:42 -06:00
committed by GitHub
parent 4e379ab235
commit e851493080

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