esphome / esphome-core

🚨 No longer used 🚨 - The C++ framework behind ESPHome
https://esphome.io/
GNU General Public License v3.0
545 stars 113 forks source link

on_message MQTT Payload is invalid option #328

Closed arnie580 closed 5 years ago

arnie580 commented 5 years ago

Using the on_message > payload option fails at build time:

`C:\Users\arnie>esphomeyaml conservatory.yaml run INFO Reading configuration... Failed config mqtt:

This is my yaml:

`mqtt: broker: '192.168.0.253' username: '' password: '' on_message:

If the payload option is not used it compiles as expected.

Version 1.9.0 & 1.9.3

HFsi commented 5 years ago

Did you manage to use payloads someway? I have the same problem

arnie580 commented 5 years ago

I didn't, I have opened a new issue as I was using esphomeyaml so created it on that repository instead.