homeassistant-ntfy.sh icon indicating copy to clipboard operation
homeassistant-ntfy.sh copied to clipboard

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

Open legovaer opened this issue 7 months ago • 0 comments

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.

legovaer avatar Nov 19 '23 12:11 legovaer