Closed fliphess closed 3 years ago
I created a bug when autoconfiguration is supposed to be disabled but isn't: as a false value is set for mqtt_autoconfig, I should check for a truthy value rather than the variable being set in general.
mqtt_autoconfig
Quick fix! Still WIP?
Hehe! You break it, you take it :) Now that I got my local dev instance working, I want to test it a few more minutes 👍
I created a bug when autoconfiguration is supposed to be disabled but isn't: as a false value is set for
mqtt_autoconfig
, I should check for a truthy value rather than the variable being set in general.