Add event entity to Feedreader (#118147)

This commit is contained in:
Michael
2024-07-07 21:44:41 +02:00
committed by GitHub
parent f126360c67
commit 0558e480ce
14 changed files with 332 additions and 124 deletions

View File

@@ -296,7 +296,7 @@ async def test_feed_errors(
async_fire_time_changed(hass)
await hass.async_block_till_done(wait_background_tasks=True)
assert (
"Error fetching feed data from http://some.rss.local/rss_feed.xml: <urlopen error Test>"
"Error fetching feed data from http://some.rss.local/rss_feed.xml : <urlopen error Test>"
in caplog.text
)