mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +00:00
Add missing default
This commit is contained in:
parent
c78bc43ac1
commit
a27acc87f2
@ -21,7 +21,6 @@ To add a Mediaroom STB to your installation, add the following to your `configur
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
media_player:
|
media_player:
|
||||||
- platform: mediaroom
|
- platform: mediaroom
|
||||||
host: 192.168.1.64
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -29,6 +28,7 @@ media_player:
|
|||||||
description: The hostname or IP address of the device.
|
description: The hostname or IP address of the device.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
default: Tries to discovery your device.
|
||||||
name:
|
name:
|
||||||
description: The name of the device used in the frontend.
|
description: The name of the device used in the frontend.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user