Code cleanup fixes for the number component (#3458)

Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
This commit is contained in:
Maurice Makaay
2022-05-11 01:02:49 +02:00
committed by GitHub
parent 62f9e181e0
commit c569f5ddcf
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -33,7 +33,6 @@ class Number : public EntityBase {
void publish_state(float state);
NumberCall make_call() { return NumberCall(this); }
void set(float value) { make_call().set_value(value).perform(); }
void add_on_state_callback(std::function<void(float)> &&callback);