mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Fix MQTT light include (#2104)
Fixes https://github.com/esphome/issues/issues/2285
This commit is contained in:
		| @@ -1,9 +1,9 @@ | ||||
| #include "mqtt_light.h" | ||||
| #include "esphome/components/light/light_json_schema.h" | ||||
| #include "esphome/core/log.h" | ||||
|  | ||||
| #ifdef USE_LIGHT | ||||
|  | ||||
| #include "esphome/components/light/light_json_schema.h" | ||||
| namespace esphome { | ||||
| namespace mqtt { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user