Enable assumed state in webostv media player (#66486)

This commit is contained in:
Shay Levy 2022-02-14 12:14:57 +02:00 committed by GitHub
parent 0a7b1dec7d
commit 5c5bb4835e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,6 +138,7 @@ class LgWebOSMediaPlayerEntity(RestoreEntity, MediaPlayerEntity):
"""Initialize the webos device."""
self._wrapper = wrapper
self._client: WebOsClient = wrapper.client
self._attr_assumed_state = True
self._attr_name = name
self._attr_unique_id = unique_id
self._sources = sources