mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Fix hdmi_cec docs
This commit is contained in:
parent
f02b077f71
commit
338dd797f0
@ -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:
|
||||
|
@ -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...
|
||||
|
Loading…
x
Reference in New Issue
Block a user