clang-tidy

This commit is contained in:
Tomasz Duda 2024-08-07 20:19:36 +02:00
parent 9020458c49
commit 8d8905666f

View file

@ -11,7 +11,7 @@
namespace esphome {
namespace sprinkler {
static const char *const 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)!