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