mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update to reflect latest update (#3676)
* Update to reflect latest update https://github.com/home-assistant/home-assistant/pull/9968 * Adding new optional variable 'interval_seconds'
This commit is contained in:
parent
d573ebeb68
commit
45483ed434
@ -26,9 +26,9 @@ media_player:
|
|||||||
```
|
```
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **name** (*Optional*): Name of the device
|
|
||||||
- **host** (*Required*): IP address or hostname of the device
|
- **host** (*Required*): IP address or hostname of the device
|
||||||
- **port** (*Optional*): UDP Port
|
- **port** (*Optional*): UDP Port
|
||||||
|
- **interval_seconds** (*Optional*): Polling interval (default: 480 seconds = 8 minutes)
|
||||||
|
|
||||||
A few notes:
|
A few notes:
|
||||||
|
|
||||||
@ -39,7 +39,6 @@ A full configuration example will look like the sample below:
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
media_player:
|
media_player:
|
||||||
- platform: yamaha_musiccast
|
- platform: yamaha_musiccast
|
||||||
name: "Living Room"
|
|
||||||
host: 192.168.178.97
|
host: 192.168.178.97
|
||||||
port: 5005
|
port: 5005
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user