diff --git a/source/_components/media_player.samsungtv.markdown b/source/_components/media_player.samsungtv.markdown new file mode 100644 index 00000000000..faf86d88176 --- /dev/null +++ b/source/_components/media_player.samsungtv.markdown @@ -0,0 +1,25 @@ +--- +layout: component +title: "Samsung TV" +description: "Instructions how to integrate a Samsung TV in Home Assistant." +date: 2016-02-01 19:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: samsung.png +ha_category: Media Player +featured: false +--- + +The `samsungtv` platform allows you to control an [Samsung TV](http://www.samsung.com). + + +To add an Samsung TV to your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +media_player: + platform: samsungtv +``` + diff --git a/source/images/supported_brands/samsung.png b/source/images/supported_brands/samsung.png new file mode 100644 index 00000000000..fe36a9500b0 Binary files /dev/null and b/source/images/supported_brands/samsung.png differ