From 7856b00acee09b2d9946034dab0ea63a6c7faac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Vran=C3=ADk?= Date: Fri, 23 Dec 2016 16:59:58 +0100 Subject: [PATCH] support for old config --- source/_components/hdmi_cec.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_components/hdmi_cec.markdown b/source/_components/hdmi_cec.markdown index 911c0d9570a..60611b83ef7 100644 --- a/source/_components/hdmi_cec.markdown +++ b/source/_components/hdmi_cec.markdown @@ -78,6 +78,7 @@ language: ??? In the following example, a Pi Zero running Home Assistant is on a TV's HDMI port 1. HDMI port 2 is attached to a AV receiver. Three devices are attached to the AV receiver on HDMI ports 1 through 3. +You can use either direct mapping name to physical address of device ```yaml hdmi_cec: devices: @@ -88,6 +89,18 @@ hdmi_cec: Another Device: 2.3.0.0 BlueRay player: 3.0.0.0 ``` +or port mapping tree +```yaml +hdmi_cec: + devices: + 1: Pi Zero + 2: + 1: Fire TV Stick + 2: Chromecast + 3: Another Device + 3: BlueRay player +``` +Choose just one schema. Mixing both approaches is not possible. ## {% linkable_title Services %}