From fc214514464caf66b6cab0f0510b35ad52c700e7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 9 Sep 2015 10:47:09 +0200 Subject: [PATCH] Update docstring --- homeassistant/components/media_player/cast.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/media_player/cast.py b/homeassistant/components/media_player/cast.py index 72889c61e72..61223446e5f 100644 --- a/homeassistant/components/media_player/cast.py +++ b/homeassistant/components/media_player/cast.py @@ -3,7 +3,22 @@ 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 +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. """ import logging