corbanmailloux / esp-mqtt-rgb-led

MQTT RGB LEDs Using JSON for Home Assistant
MIT License
270 stars 74 forks source link

Home Assistant MQTT JSON light change #51

Closed pjmsullivan closed 5 years ago

pjmsullivan commented 5 years ago

I think HA 0.84 introduced a breaking change for mqtt json lights: from: platform: mqtt_json

to: platform: mqtt schema: json

I'm sure you already know, but just a tip for other folks.

Thanks for this awesome project!

corbanmailloux commented 5 years ago

Thanks for the reminder! I'll update the readme accordingly.