Explicitly opt-in to device name in the cast integration (#94847)

This commit is contained in:
Erik Montnemery 2023-06-19 11:04:59 +02:00 committed by GitHub
parent 24add59d15
commit e6a7ff97c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,6 +267,7 @@ class CastMediaPlayerEntity(CastDevice, MediaPlayerEntity):
"""Representation of a Cast device on the network."""
_attr_has_entity_name = True
_attr_name = None
_attr_should_poll = False
_attr_media_image_remotely_accessible = True
_mz_only = False