I’ve built an ESP based device that sends MQTT messages once per minute. These are then used to plot graphs in HA. I’ve not programmed any ‘self discovery’ stuff in the ESP, that’s beyond my abilities. Anyway, it’s working fine and I’m happy with it.
However, the frequent notifications in the side bar are getting annoying now.
How do I turn off notifications from the MQTT integration ?
I’ve looked at MQTT documentation, but it just goes round in circles, literally !
( On “MQTT - Home Assistant” the link " Note: Documentation on the MQTT components that support YAML [can be found here]" just links back to the same page. )
Ha, now I see how ‘Developer Tools’ works !. It lets you build chunks of text for including in new actions. I incorrectly thought it let you view existing actions.
I can see now that deleting as you show in the ‘automation.yaml’ will stop the notifications.
I’m fairly new to HA, and don’t know my way around it yet. Is the ‘Automations.yaml’ the place where I should write stuff that reacts to MQTT etc. and responds as I want.
I must admit, I’m finding HA quite complex to work with. It might not be the right tool for the job. I might give up with HA and go back to Node-Red.