From 45483ed434db004e700f506afe77ca42acc2d46a Mon Sep 17 00:00:00 2001 From: Jan Almeroth Date: Tue, 31 Oct 2017 10:42:35 +0100 Subject: [PATCH] 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' --- source/_components/media_player.yamaha_musiccast.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_components/media_player.yamaha_musiccast.markdown b/source/_components/media_player.yamaha_musiccast.markdown index c51fb3593d4..121687b9827 100644 --- a/source/_components/media_player.yamaha_musiccast.markdown +++ b/source/_components/media_player.yamaha_musiccast.markdown @@ -26,9 +26,9 @@ media_player: ``` Configuration variables: -- **name** (*Optional*): Name of the device - **host** (*Required*): IP address or hostname of the device - **port** (*Optional*): UDP Port +- **interval_seconds** (*Optional*): Polling interval (default: 480 seconds = 8 minutes) A few notes: @@ -39,7 +39,6 @@ A full configuration example will look like the sample below: # Example configuration.yaml entry media_player: - platform: yamaha_musiccast - name: "Living Room" host: 192.168.178.97 port: 5005 ```