mirror of
https://github.com/home-assistant/core.git
synced 2025-08-25 07:21:32 +02:00
Adjust slack integration
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user