mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-07 21:33:32 +02:00
[code-quality] fix clang-tidy sprinkler (#7222)
* fix clang-tidy * fix build error * clang-tidy * clang-tidy
This commit is contained in:
@@ -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)!
|
||||
|
||||
Reference in New Issue
Block a user