From bc6d32a842c8fc8e39d302f6b31998e1c89e8bda Mon Sep 17 00:00:00 2001 From: vrs01 Date: Thu, 15 Sep 2016 22:04:50 +0200 Subject: [PATCH] host needs to be specified (#945) --- source/_components/media_player.snapcast.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/media_player.snapcast.markdown b/source/_components/media_player.snapcast.markdown index 080d3a2e2b3..576d639b04d 100644 --- a/source/_components/media_player.snapcast.markdown +++ b/source/_components/media_player.snapcast.markdown @@ -21,4 +21,5 @@ To add Snapcast to your installation, add the following to your `configuration.y # Example configuration.yaml entry media_player: platform: snapcast + host: xxx.xxx.xxx.xxx ```