mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Use device class icon in Anthem AV (#111339)
This commit is contained in:
parent
4229f988e2
commit
a55e5130a4
@ -53,7 +53,6 @@ class AnthemAVR(MediaPlayerEntity):
|
|||||||
_attr_name = None
|
_attr_name = None
|
||||||
_attr_should_poll = False
|
_attr_should_poll = False
|
||||||
_attr_device_class = MediaPlayerDeviceClass.RECEIVER
|
_attr_device_class = MediaPlayerDeviceClass.RECEIVER
|
||||||
_attr_icon = "mdi:audio-video"
|
|
||||||
_attr_supported_features = (
|
_attr_supported_features = (
|
||||||
MediaPlayerEntityFeature.VOLUME_SET
|
MediaPlayerEntityFeature.VOLUME_SET
|
||||||
| MediaPlayerEntityFeature.VOLUME_MUTE
|
| MediaPlayerEntityFeature.VOLUME_MUTE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user