This adds support for the new Home Assistant MQTT discovery feature which allows configuration of an MQTT device entirely via MQTT. For some reason, this isn't currently working. It works when only name and state_topic are put into the JSON payload but will silently break otherwise. Will need to investigate further. If someone else can figure out what's wrong let me know in the comments!
This adds support for the new Home Assistant MQTT discovery feature which allows configuration of an MQTT device entirely via MQTT. For some reason, this isn't currently working. It works when only
name
andstate_topic
are put into the JSON payload but will silently break otherwise. Will need to investigate further. If someone else can figure out what's wrong let me know in the comments!