mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
add configuration desc
This commit is contained in:
parent
ab4ed2e032
commit
26c8d81dbf
@ -11,10 +11,23 @@ config/configuration.yaml
|
|||||||
|
|
||||||
media_player:
|
media_player:
|
||||||
platform: mpd
|
platform: mpd
|
||||||
location: bedroom
|
|
||||||
server: 127.0.0.1
|
server: 127.0.0.1
|
||||||
port: 6600
|
port: 6600
|
||||||
|
location: bedroom
|
||||||
|
|
||||||
|
Variables:
|
||||||
|
|
||||||
|
server
|
||||||
|
*Required
|
||||||
|
IP address of the Music Player Daemon. Example: 192.168.1.32
|
||||||
|
|
||||||
|
port
|
||||||
|
*Optional
|
||||||
|
Port of the Music Player Daemon, defaults to 6600. Example: 6600
|
||||||
|
|
||||||
|
location
|
||||||
|
*Optional
|
||||||
|
Location of your Music Player Daemon.
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
import socket
|
import socket
|
||||||
|
Loading…
x
Reference in New Issue
Block a user