Added GetStartupReason method header
This commit is contained in:
@@ -41,6 +41,9 @@ public:
|
||||
float get_setup_priority() const override;
|
||||
void update() override;
|
||||
|
||||
private:
|
||||
static std::string GetStartupReason();
|
||||
|
||||
protected:
|
||||
sensor::Sensor *batterylevel_sensor_;
|
||||
float brightness_{1.0f};
|
||||
|
||||
Reference in New Issue
Block a user