Fix hdmi_cec docs

This commit is contained in:
Paulus Schoutsen 2017-02-25 15:54:11 -08:00
parent f02b077f71
commit 338dd797f0
2 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -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...