specifying default platform
This commit is contained in:
parent
fd40b4fa97
commit
976a4106e1
1 changed files with 6 additions and 0 deletions
|
@ -102,6 +102,12 @@ hdmi_cec:
|
||||||
```
|
```
|
||||||
Choose just one schema. Mixing both approaches is not possible.
|
Choose just one schema. Mixing both approaches is not possible.
|
||||||
|
|
||||||
|
Another option you can use in config is specifiing of default platform of HDMI devices. "switch" and "media_player" are supported. Switch is default.
|
||||||
|
```yaml
|
||||||
|
hdmi_cec:
|
||||||
|
platform: media_player
|
||||||
|
```
|
||||||
|
|
||||||
## {% linkable_title Services %}
|
## {% linkable_title Services %}
|
||||||
|
|
||||||
### {% linkable_title Select Device %}
|
### {% linkable_title Select Device %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue