Add exception translations for pyLoad integration (#120520)

This commit is contained in:
Mr. Bubbles 2024-06-26 11:00:31 +02:00 committed by GitHub
parent e06d7050f2
commit 45dedf73c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 5 deletions

View file

@ -96,7 +96,7 @@ async def test_sensor_invalid_auth(
await hass.async_block_till_done()
assert (
"Authentication failed for username, check your login credentials"
"Authentication failed for username, verify your login credentials"
in caplog.text
)