Fix deako mocks (#144265)

This commit is contained in:
Erik Montnemery 2025-05-05 17:58:48 +02:00 committed by GitHub
parent d775e443f8
commit 14735cce26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,7 @@ async def test_deako_async_setup_entry(
"id1": {}, "id1": {},
"id2": {}, "id2": {},
} }
pydeako_deako_mock.return_value.get_name.return_value = "some device"
mock_config_entry.add_to_hass(hass) mock_config_entry.add_to_hass(hass)