Adjust slack integration

This commit is contained in:
Franck Nijhof
2020-10-26 17:28:29 +01:00
parent 4beed33c21
commit 9aaf6b0f52

View File

@@ -118,7 +118,7 @@ def _async_templatize_blocks(hass, value):
}
tmpl = template.Template(value, hass=hass)
return tmpl.async_render()
return tmpl.async_render(parse_result=False)
class SlackNotificationService(BaseNotificationService):