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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
)