From 75f737144a4118d9475ee3121e219d3d1441977e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Oct 2015 18:24:07 +0200 Subject: [PATCH] Remove configuration details --- homeassistant/components/media_player/cast.py | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/homeassistant/components/media_player/cast.py b/homeassistant/components/media_player/cast.py index 6f622c9e0cc..175c2e21094 100644 --- a/homeassistant/components/media_player/cast.py +++ b/homeassistant/components/media_player/cast.py @@ -3,22 +3,8 @@ homeassistant.components.media_player.chromecast ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Provides functionality to interact with Cast devices on the network. -WARNING: This platform is currently not working due to a changed Cast API. - -Configuration: - -To use the chromecast integration you will need to add something like the -following to your configuration.yaml file. - -media_player: - platform: chromecast - host: 192.168.1.9 - -Variables: - -host -*Optional -Use only if you don't want to scan for devices. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/media_player.cast.html """ import logging