specifying default platform

This commit is contained in:
Petr Vraník 2016-12-26 23:16:43 +01:00 committed by GitHub
parent fd40b4fa97
commit 976a4106e1

View File

@ -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 %}