mirror of
https://github.com/home-assistant/core.git
synced 2025-05-05 06:29:16 +00:00
Revert using own cast app for media (#40937)
This commit is contained in:
parent
d93141c1a9
commit
1eb086e86d
@ -39,7 +39,6 @@ from homeassistant.components.media_player.const import (
|
|||||||
SUPPORT_VOLUME_SET,
|
SUPPORT_VOLUME_SET,
|
||||||
)
|
)
|
||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
CAST_APP_ID_HOMEASSISTANT,
|
|
||||||
CONF_HOST,
|
CONF_HOST,
|
||||||
EVENT_HOMEASSISTANT_STOP,
|
EVENT_HOMEASSISTANT_STOP,
|
||||||
STATE_IDLE,
|
STATE_IDLE,
|
||||||
@ -292,7 +291,6 @@ class CastDevice(MediaPlayerEntity):
|
|||||||
),
|
),
|
||||||
ChromeCastZeroconf.get_zeroconf(),
|
ChromeCastZeroconf.get_zeroconf(),
|
||||||
)
|
)
|
||||||
chromecast.media_controller.app_id = CAST_APP_ID_HOMEASSISTANT
|
|
||||||
self._chromecast = chromecast
|
self._chromecast = chromecast
|
||||||
|
|
||||||
if CAST_MULTIZONE_MANAGER_KEY not in self.hass.data:
|
if CAST_MULTIZONE_MANAGER_KEY not in self.hass.data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user