home-assistant.io/source/_integrations/panasonic_bluray.markdown
hecon5 f5c87c2981
Adding non-supported list (#23986)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-09-09 08:35:24 +02:00

1.5 KiB

title description ha_category ha_iot_class ha_release ha_domain ha_platforms ha_integration_type
Panasonic Blu-Ray Player Instructions on how to integrate a Panasonic Blu-Ray player into Home Assistant.
Media Player
Local Polling 0.83 panasonic_bluray
media_player
integration

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

Models reported not working:

  • DP-UB420

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.

Example configuration:

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 %}

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.