From 338dd797f03014a98f20dc045e0e9af59aecf1ae Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 25 Feb 2017 15:54:11 -0800 Subject: [PATCH] Fix hdmi_cec docs --- source/_components/hdmi_cec.markdown | 7 +++---- .../2017-02-25-config-panel-and-state-restoration.markdown | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_components/hdmi_cec.markdown b/source/_components/hdmi_cec.markdown index fe3fef258b1..18b4f7b12d9 100644 --- a/source/_components/hdmi_cec.markdown +++ b/source/_components/hdmi_cec.markdown @@ -133,10 +133,9 @@ hdmi_cec: Then you set individual platform for devices in customizations: ```yaml -homeassistant: - customize: - hdmi_cec.hdmi_5: - platform: media_player +hdmi_cec: + types: + hdmi_cec.hdmi_5: media_player ``` And the last option is `host`. PyCEC supports bridging CEC commands over TCP. When you start pyCEC on machine with HDMI port (`python -m pycec`), you can then run homeassistant on another machine and connect to CEC over TCP. Specify TCP address of pyCEC server: diff --git a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown index 54dd3a05f7f..b976b48f6f1 100644 --- a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown +++ b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown @@ -202,7 +202,8 @@ hdmi_cec: hdmi_cec.hdmi_5: media_player ``` -#### Bugfixes: +#### Bugfixes: + [@pvizeli], [@LinuxChristian], [@molobrakos], [@balloob], [@rytilahti], [@fabaff], [@andrey-git], [@aequitas], [@konikvranik], [@Danielhiversen], [@colinodell], [@pschmitt], [@bachp], [@bachp],[@w1ll1am23], [@valentinalexeev], [@robbiet480], [@MartinHjelmare], [@happyleavesaoc], [@tdickman], [@arraylabs], [@lwis], [@titilambert] ### If you need help...