From a27acc87f277137449e132c041952d7465931d19 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 3 Feb 2018 14:57:43 +0100 Subject: [PATCH] Add missing default --- source/_components/media_player.mediaroom.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.mediaroom.markdown b/source/_components/media_player.mediaroom.markdown index 44beff563e5..17724f0d763 100644 --- a/source/_components/media_player.mediaroom.markdown +++ b/source/_components/media_player.mediaroom.markdown @@ -21,7 +21,6 @@ To add a Mediaroom STB to your installation, add the following to your `configur # Example configuration.yaml entry media_player: - platform: mediaroom - host: 192.168.1.64 ``` {% configuration %} @@ -29,6 +28,7 @@ media_player: description: The hostname or IP address of the device. required: false type: string + default: Tries to discovery your device. name: description: The name of the device used in the frontend. required: false