From 00fdea3a06ef04184b11e5363336965be1de93a6 Mon Sep 17 00:00:00 2001 From: Jack Powell Date: Sun, 26 May 2024 19:04:57 +0000 Subject: [PATCH] Update Supported Features List --- custom_components/playstation_network/media_player.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/playstation_network/media_player.py b/custom_components/playstation_network/media_player.py index e3419a3..3ba6ab2 100644 --- a/custom_components/playstation_network/media_player.py +++ b/custom_components/playstation_network/media_player.py @@ -45,7 +45,6 @@ class MediaPlayer(PSNEntity, MediaPlayerEntity): """Media player entity representing currently playing game""" device_class = MediaPlayerDeviceClass.TV - _attr_supported_features = None def __init__(self, coordinator) -> None: """Initialize PSN MediaPlayer."""