home-assistant.io/source/_components/media_player.aquostv.markdown
2017-01-14 11:01:49 +01:00

2.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category featured ha_release ha_iot_class
page Sharp Aquos TV Instructions on how to integrate a Sharp Aquos TV into Home Assistant. 2016-11-02 12:02 true false true true sharp_aquos.jpg Media Player false 0.35 Local Polling

The aquostv platform allows you to control a Sharp Aquos TV.

When the TV is first connected, you will need to accept Home Assistant on the TV to allow communication.

To add a TV to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
media_player:
  - platform: aquostv
    host: 192.168.0.10

Configuration variables:

  • host (Required): The IP/Hostname of the Samsung Smart TV, eg. 192.168.0.10.
  • port (Optional): The port of the Samsung Smart TV. Defaults to 10002.
  • username (Optional): The username of the Samsung Smart TV. Defaults to admin.
  • password (Optional): The password of the Samsung Smart TV. Defaults to password.
  • name (Optional): The name you would like to give to the Sharp Aquos TV.
  • power_on_enabled (Optional): If you want to be able to turn on your TV. Defaults to False.

When you set **power_on_enabled** as True, you have to turn on your TV on the first time with the remote. Then you will be able to turn on with Home-Assistant. Also, with **power_on_enabled** as True, the Aquos logo on your TV will stay on when you turn off the TV and your TV could consumes more power.

Currently known supported models:

  • LC-40LE830U
  • LC-46LE830U
  • LC-52LE830U
  • LC-60LE830U
  • LC-52LE925UN
  • LC-60LE925UN
  • LC-60LE857U

If your model is not on the list then give it a test, if everything works correctly then add it to the list on GitHub.