mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Rename MediaPlayerDevice to MediaPlayerEntity (#34592)
This commit is contained in:
@@ -22,7 +22,7 @@ def validate_config(config):
|
||||
return validated_config
|
||||
|
||||
|
||||
class MockMediaPlayer(media_player.MediaPlayerDevice):
|
||||
class MockMediaPlayer(media_player.MediaPlayerEntity):
|
||||
"""Mock media player for testing."""
|
||||
|
||||
def __init__(self, hass, name):
|
||||
|
||||
Reference in New Issue
Block a user