1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-06 03:43:49 +01:00

Various follow-up fixes to color mode changes (#2118)

This commit is contained in:
Oxan van Leeuwen
2021-08-05 01:28:39 +02:00
committed by GitHub
parent 768c71830b
commit 0d104776bc
8 changed files with 38 additions and 31 deletions

View File

@@ -1,10 +1,13 @@
#pragma once
#include "light_call.h"
#include "light_state.h"
#include "esphome/core/defines.h"
#ifdef USE_JSON
#include "esphome/components/json/json_util.h"
#include "light_call.h"
#include "light_state.h"
namespace esphome {
namespace light {