mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 03:19:34 +00:00
Clean up HEOS strings (#26242)
* Clean up strings * Shorten lines to ~ 88
This commit is contained in:
@@ -108,9 +108,9 @@ async def test_async_setup_entry_not_signed_in_loads_platforms(
|
||||
assert hass.data[DOMAIN][DATA_SOURCE_MANAGER].favorites == {}
|
||||
assert hass.data[DOMAIN][DATA_SOURCE_MANAGER].inputs == input_sources
|
||||
assert (
|
||||
"127.0.0.1 is not logged in to a HEOS account and will be unable "
|
||||
"to retrieve HEOS favorites: Use the 'heos.sign_in' service to "
|
||||
"sign-in to a HEOS account" in caplog.text
|
||||
"127.0.0.1 is not logged in to a HEOS account and will be unable to retrieve "
|
||||
"HEOS favorites: Use the 'heos.sign_in' service to sign-in to a HEOS account"
|
||||
in caplog.text
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user