RogerSelwyn / O365-HomeAssistant

Office 365 integration for Home Assistant
MIT License
195 stars 15 forks source link

Add support to send Teams messages as HTML content #224

Closed pantherale0 closed 4 months ago

pantherale0 commented 4 months ago

Hi,

Created this PR so that messages can be sent in HTML format alongside plain text. Text is set as the default, but can be overridden to html which will allow inserting html such as:

<b>Here is some bold text</b> and some that is not bold and finally here is a picture
<img src="...."/>

Also I've cleaned up CHAT_SERVICE_SEND_MESSAGE_SCHEMA as this had been defined three times which shouldn't be necessary.

RogerSelwyn commented 4 months ago

Thank you!!