mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-14 15:08:59 +00:00
1.5 KiB
1.5 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release, ha_iot_class, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured | ha_release | ha_iot_class | redirect_from |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | /components/media_player.cast/ |
Google Cast devices like Android TVs and Chromecasts will be automatically discovered if you enable the discovery component. If you don't have the discovery component enabled, you can enable the Cast component by going to the Integrations page inside the config panel.
{% linkable_title Advanced use %}
The Cast component has some extra configuration options available for advanced users. You will still need to create a config entry to initialize the Cast component.
For example, Cast devices can only be discovered if they are on the same subnet as Home Assistant. If this is not the case, you want to configure the IP address of the Cast device directly:
# Example configuration.yaml entry
cast:
media_player:
- host: 192.168.1.10
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.