From d5b511d3b84b22c6c9c02049324b97c1a71c35d3 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Mon, 26 Nov 2018 11:10:48 +0000 Subject: [PATCH] Add documentation for the Panasonic Blu-Ray component (#7564) * Add documentation for the Panasonic Blu-Ray component * :pencil2: Tweaks * :pencil2: Tweak --- .../media_player.panasonic_bluray.markdown | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 source/_components/media_player.panasonic_bluray.markdown diff --git a/source/_components/media_player.panasonic_bluray.markdown b/source/_components/media_player.panasonic_bluray.markdown new file mode 100644 index 00000000000..4791e384a7e --- /dev/null +++ b/source/_components/media_player.panasonic_bluray.markdown @@ -0,0 +1,51 @@ +--- +layout: page +title: "Panasonic Blu-Ray Player" +description: "Instructions on how to integrate a Panasonic Blu-Ray player into Home Assistant." +date: 2018-11-13 20:48 +sidebar: true +comments: false +sharing: true +footer: true +logo: panasonic.png +ha_category: Media Player +ha_iot_class: "Local Polling" +ha_release: 0.83 +--- + +The `panasonic_bluray` platform allows you to control a Panasonic Blu-Ray player. Note that the device must be on the same subnet as Home Assistant; connections from a different subnet will return an error. + +Currently known supported models: + +- DMP-BDT120 +- DMP-BDT220 +- DMP-BDT221 +- DMP-BDT320 +- DMP-BDT500 +- DMP-BBT01 + +If your model is not on the list, then give it a try, if everything works correctly then add it to the list on [GitHub](https://github.com/home-assistant/home-assistant.github.io/blob/current/source/_components/media_player.panasonic_bluray.markdown). + +Example configuration: + +```yaml +media_player: + - platform: panasonic_bluray + host: 192.168.0.10 +``` + +{% configuration %} +host: + description: The IP of the Panasonic Blu-Ray device, e.g., `192.168.0.10`. + required: true + type: string +name: + description: The name you would like to give to the Panasonic Blu-Ray device. + required: false + default: Panasonic Blu-Ray + type: string +{% endconfiguration %} + +### {% linkable_title Supported operations %} + +- These devices support play, pause, stop and power on/off operations. They will also report the current status, title duration and current playing position.