Add mpd
This commit is contained in:
parent
185b8503ed
commit
2b4a244fb7
1 changed files with 7 additions and 0 deletions
|
|
@ -162,6 +162,13 @@ in
|
|||
}
|
||||
];
|
||||
mqtt = { };
|
||||
media_player = [
|
||||
{
|
||||
platform = "mpd";
|
||||
name = "mpd@iron";
|
||||
host = "127.0.0.1";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue