This commit is contained in:
J. Nick Koston
2026-02-04 10:37:06 +01:00
parent 4704de51be
commit ef3fcf6635

View File

@@ -10,8 +10,8 @@
namespace esphome::cover {
static constexpr const float COVER_OPEN = 1.0f;
static constexpr const float COVER_CLOSED = 0.0f;
static constexpr float COVER_OPEN = 1.0f;
static constexpr float COVER_CLOSED = 0.0f;
#define LOG_COVER(prefix, type, obj) \
if ((obj) != nullptr) { \