diff --git a/atom.xml b/atom.xml index 8204985b97..0957c675cd 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Google Cast devices like Android TVs and Chromecasts will be automatically discovered if you enable the discovery component. There is a issue where Chromecasts can only be discovered if your device is connected to the same subnet as your Chromecast.
-Chromecast platform can also be forced to load by adding the following lines to your configuration.yaml
:
The Chromecast platform can also be forced to load by adding the following lines to your configuration.yaml
:
# Example configuration.yaml entry
media_player:
- platform: cast
@@ -84,8 +84,16 @@
Configuration variables:
- host (Optional): Use only if you don’t want to scan for devices.
- - ignore_cec (Optional) A list of chromecasts that should ignore CEC data for determining the active input. See the upstream documentation for more information.
+ - ignore_cec (Optional) A list of Chromecasts that should ignore CEC data for determining the active input. See the upstream documentation for more information.
+ Example
+By setting host:
you can specify the Chromecast to use.
+# Example configuration.yaml entry
+media_player:
+ - platform: cast
+ host: 192.168.1.10
+
+