mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 16:38:16 +01:00
Fix MQTT light include (#2104)
Fixes https://github.com/esphome/issues/issues/2285
This commit is contained in:
parent
5c65f9f9ad
commit
f751c3828e
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
||||||
#include "mqtt_light.h"
|
#include "mqtt_light.h"
|
||||||
#include "esphome/components/light/light_json_schema.h"
|
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
|
|
||||||
#ifdef USE_LIGHT
|
#ifdef USE_LIGHT
|
||||||
|
|
||||||
|
#include "esphome/components/light/light_json_schema.h"
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace mqtt {
|
namespace mqtt {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue