Updated Hörmann_door to completely use namespaces. Makes code a bit cleaner

This commit is contained in:
2025-10-07 00:50:49 +02:00
parent 3ef68a9539
commit 9d3930af59
6 changed files with 48 additions and 37 deletions

View File

@@ -1,8 +1,6 @@
#pragma once
#ifdef USE_COVER
class HoermannDoorx;
//#ifdef USE_COVER
#include "esphome.h"
#include "hoermann.h"
@@ -55,7 +53,7 @@ public:
manual = false;
}
else{
ESP_LOGD("Door controller", "Not yet supported");
ESP_LOGD(COMP_TAG, "Not yet supported");
}
}
@@ -106,4 +104,4 @@ public:
} // namespace hoermann
} // namespace esphome
#endif
//#endif