mirror of
https://github.com/home-assistant/core.git
synced 2025-08-22 14:02:40 +02:00
Adjust Telegram Bot integration
This commit is contained in:
@@ -329,7 +329,9 @@ async def async_setup(hass, config):
|
||||
else:
|
||||
attribute_templ.hass = hass
|
||||
try:
|
||||
data[attribute] = attribute_templ.async_render()
|
||||
data[attribute] = attribute_templ.async_render(
|
||||
parse_result=False
|
||||
)
|
||||
except TemplateError as exc:
|
||||
_LOGGER.error(
|
||||
"TemplateError in %s: %s -> %s",
|
||||
|
Reference in New Issue
Block a user