mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Skip template result parsing in several places (#42408)
* Skip template result parsing in several places
* Adjust alert integration
* Adjust Alexa integration
* Adjust apns integration
* Adjust arest integration
* Adjust dialogflow integration
* Adjust generic camera integration
* Adjust imap email content integration
* Adjust InfluxDB integration
* Adjust intent integration
* Adjust logbook integration
* Adjust HP ILO integration
* Adjust manual alarm control panel integration
* Adjust manual mqtt alarm control panel integration
* Adjust minio integration
* Adjust mqtt integration
* Adjust notify integration
* Adjust persistent notification integration
* Adjust rest integration
* Adjust rss feed template integration
* Adjust slack integration
* Adjust Xiaomi integration
* Adjust TCP integration
* Adjust Telegram Bot integration
* Bump CI cache version
* Revert "Bump CI cache version"
This reverts commit 875efe58cf.
* Adjust demo tests
This commit is contained in:
@@ -108,7 +108,7 @@ async def test_sending_templated_message(hass, events):
|
||||
await hass.async_block_till_done()
|
||||
last_event = events[-1]
|
||||
assert last_event.data[notify.ATTR_TITLE] == "temperature"
|
||||
assert last_event.data[notify.ATTR_MESSAGE] == 10
|
||||
assert last_event.data[notify.ATTR_MESSAGE] == "10"
|
||||
|
||||
|
||||
async def test_method_forwards_correct_data(hass, events):
|
||||
|
||||
Reference in New Issue
Block a user