From 1eb086e86d3f98720c8e8913abeae7d42798a47f Mon Sep 17 00:00:00 2001 From: Bram Kragten <mail@bramkragten.nl> Date: Thu, 1 Oct 2020 11:05:00 +0200 Subject: [PATCH] Revert using own cast app for media (#40937) --- homeassistant/components/cast/media_player.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/cast/media_player.py b/homeassistant/components/cast/media_player.py index f62a73860f3..788da18e8bd 100644 --- a/homeassistant/components/cast/media_player.py +++ b/homeassistant/components/cast/media_player.py @@ -39,7 +39,6 @@ from homeassistant.components.media_player.const import ( SUPPORT_VOLUME_SET, ) from homeassistant.const import ( - CAST_APP_ID_HOMEASSISTANT, CONF_HOST, EVENT_HOMEASSISTANT_STOP, STATE_IDLE, @@ -292,7 +291,6 @@ class CastDevice(MediaPlayerEntity): ), ChromeCastZeroconf.get_zeroconf(), ) - chromecast.media_controller.app_id = CAST_APP_ID_HOMEASSISTANT self._chromecast = chromecast if CAST_MULTIZONE_MANAGER_KEY not in self.hass.data: -- GitLab