Is there any integration or add-on that would allow user to receive syslog messages from external source, parse them with regular expression and fire an HA event when the content matches the regular expression?
If such thing does not exist yet, would it be possible to develop it using one of current platforms?
Hi, I have made a new HACS integration which listens for incoming syslog messages over UDP, TCP, or TLS and can trigger automations via events or expose the messages via sensors. Please find it on HACS as “Syslog Receiver” and
on github: https://github.com/zollak/homeassistant-syslog-receiver