light
This commit is contained in:
parent
d4e43f2efa
commit
b10aee7253
|
@ -1,11 +1,11 @@
|
||||||
#include "../ratgdo_state.h"
|
#include "../ratgdo_state.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
#include "ratgdo_cover.h"
|
#include "ratgdo_light_output.h"
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace ratgdo {
|
namespace ratgdo {
|
||||||
|
|
||||||
using namespace esphome::cover;
|
using namespace esphome::light;
|
||||||
|
|
||||||
static const char* const TAG = "ratgdo.light";
|
static const char* const TAG = "ratgdo.light";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue