[code-quality] fix clang-tidy sprinkler (#7222)

* fix clang-tidy

* fix build error

* clang-tidy

* clang-tidy
This commit is contained in:
tomaszduda23
2024-08-08 02:29:32 +02:00
committed by GitHub
parent 4b91ef5123
commit 9a9757ddeb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
namespace esphome {
namespace sprinkler {
const std::string min_str = "min";
const std::string MIN_STR = "min";
enum SprinklerState : uint8_t {
// NOTE: these states are used by both SprinklerValveOperator and Sprinkler (the controller)!