mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 10:08:57 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
1.3 KiB
1.3 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Google Cast | Instructions on how to integrate Google Cast into Home Assistant. | 2015-03-23 19:59 | true | false | true | true | google_cast.png | Media Player | true | pre 0.7 | Local Polling |
Google Cast devices like Android TVs and Chromecasts will be automatically discovered if you enable the discovery component. There is an issue where Chromecasts can only be discovered if your device is connected to the same subnet as your Chromecast.
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
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.
{% linkable_title Example %}
By setting host:
you can specify the Chromecast to use.
# Example configuration.yaml entry
media_player:
- platform: cast
host: 192.168.1.10