home-assistant.io/source/_components/media_player.cast.markdown
2016-02-07 14:20:52 -08:00

859 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured
layout title description date sidebar comments sharing footer logo ha_category featured
page Google Cast Instructions how to integrate Google Cast into Home Assistant. 2015-03-23 19:59 true false true true google_cast.png Media Player true

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:

# Example configuration.yaml entry
media_player:
  platform: cast
  host: 192.168.1.9

Configuration variables:

  • host Optional: Use only if you don't want to scan for devices.