Reset blackbird test

This commit is contained in:
G Johansson 2025-01-18 13:44:18 +00:00 committed by Franck Nijhof
parent 7b14bd89a0
commit 428c7ced94

View File

@ -211,7 +211,6 @@ def media_player_entity(
media_player.hass = hass
media_player.platform = MockEntityPlatform(hass)
media_player.entity_id = "media_player.zone_3"
media_player.platform = MockEntityPlatform(hass)
return media_player
@ -275,6 +274,7 @@ async def test_update(
hass: HomeAssistant, media_player_entity: MediaPlayerEntity
) -> None:
"""Test updating values from blackbird."""
assert media_player_entity.state == STATE_ON
assert media_player_entity.source == "one"