MichielVanwelsenaere / HomeAutomation.CoDeSys3

Home Automation system build in CoDeSys 3 with MQTT communication to any third party Home Automation software
MIT License
112 stars 37 forks source link

platform -mqtt should be fall under its own key now: mqtt #123

Closed meijer3 closed 1 year ago

meijer3 commented 2 years ago
sensor:
  - platform: mqtt

is old, and deprecated, the new way to go is.

mqtt:
  sensor:

https://www.home-assistant.io/integrations/sensor.mqtt/ image

MichielVanwelsenaere commented 2 years ago

thanks for bringing this up. Will look into it.