Paulus Schoutsen 895e74b44b Sonos & Cast
2018-06-22 11:22:52 -04:00

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: