ivanmihov / homeassistant-ntfy.sh

Home Assistant integration for ntfy.sh
GNU General Public License v3.0
57 stars 11 forks source link

Feat: #4 Added 'markdown', 'call' and 'email' #9

Open legovaer opened 11 months ago

legovaer commented 11 months ago

As requested in #4, I added the fields that allow users to format messages as Markdown. In order to enable Markdown, a user just has to add any string / boolean to the 'markdown' data field:

data:
  markdown: Yes

I implemented it this way so that we don't have to deal with validating the input.