mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
specifying default platform
This commit is contained in:
parent
fd40b4fa97
commit
976a4106e1
@ -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…
x
Reference in New Issue
Block a user