Open astrakid opened 8 months ago
That's something I tried as well with no succes. I don't need the homie topic in my eco system.
Set any occurence of mqtt.homie
in yaml or --mqtt-homie
to an empty string and it will be disabled.
for the cli it looks like --mqtt-homie=
Happy to take a PR that makes Homie opt-in or even removes it.
Thanks to @SchumacherFM's hint I got finally rid of the homie topic defining this in my mbmd.yaml:
mqtt:
homie: ''
hi, i am trying to disable homie-export via mqtt. in yaml-file i tried [...] homie: [...] but that doesn't stop data being sent with topic "homie". i tried to comment out that line as well without success. how would i disable exporting data to homie-topic?
regards, andre