From 0b725f5e32add1ee1f46403ed2936fcd27a946fe Mon Sep 17 00:00:00 2001 From: Vassilis Panos <4130346+vassilis-panos@users.noreply.github.com> Date: Mon, 1 Jun 2020 19:59:46 +0300 Subject: [PATCH] Update MEDIA_PLAYER.md --- docs/MEDIA_PLAYER.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/MEDIA_PLAYER.md b/docs/MEDIA_PLAYER.md index 9d60dc13..a34474d7 100644 --- a/docs/MEDIA_PLAYER.md +++ b/docs/MEDIA_PLAYER.md @@ -100,15 +100,13 @@ HA configuration.yaml: ```yaml smartir: -climate: +media_player: - platform: smartir - name: Office AC - unique_id: office_ac - device_code: 8000 + name: Living room TV + unique_id: living_room_tv + device_code: 2000 controller_data: my_espir_send_raw_command - temperature_sensor: sensor.temperature - humidity_sensor: sensor.humidity - power_sensor: binary_sensor.ac_power + power_sensor: binary_sensor.tv_power ``` ### Overriding Source Names