This commit is contained in:
J. Nick Koston 2023-06-07 13:28:01 -05:00
parent d4e43f2efa
commit b10aee7253
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
#include "../ratgdo_state.h"
#include "esphome/core/log.h"
#include "ratgdo_cover.h"
#include "ratgdo_light_output.h"
namespace esphome {
namespace ratgdo {
using namespace esphome::cover;
using namespace esphome::light;
static const char* const TAG = "ratgdo.light";