[number] Initialize Number::state (#19114)

This commit is contained in:
J. Nick Koston
2026-09-16 18:19:22 +12:00
committed by GitHub
parent 794aefb276
commit 313d0c1eb3
+1 -1
View File
@@ -28,7 +28,7 @@ class Number;
*/
class Number : public EntityBase {
public:
float state;
float state{};
void publish_state(float state);