diff --git a/source/_components/media_player.roku.markdown b/source/_components/media_player.roku.markdown new file mode 100644 index 00000000000..1aedb18b9e7 --- /dev/null +++ b/source/_components/media_player.roku.markdown @@ -0,0 +1,29 @@ +--- +layout: page +title: "Roku" +description: "Instructions how to integrate Roku into Home Assistant." +date: 2016-05-16 20:0+0000 +sidebar: true +comments: false +sharing: true +footer: true +logo: roku.png +ha_category: Media Player +ha_release: 0.20 +--- + + +[Roku](http://www.roku.com/) media players will be automatically discovered if you enable [the discovery component]({{site_root}}/components/discovery/). + +Roku platform can also be forced to load by adding the following lines to your `configuration.yaml`: + +```yaml +# Example configuration.yaml entry +media_player: + platform: roku + host: 192.168.1.10 +``` + +Configuration variables: + +- **host** *Optional*: Use only if you don't want to scan for devices. diff --git a/source/images/supported_brands/roku.png b/source/images/supported_brands/roku.png new file mode 100644 index 00000000000..b91be81dfec Binary files /dev/null and b/source/images/supported_brands/roku.png differ