From ce8f0455c7d80edbcefe00d2d4fe3d59f77f6f42 Mon Sep 17 00:00:00 2001 From: Victor Cerutti Date: Mon, 11 Feb 2019 22:02:00 +0100 Subject: [PATCH] Add missing config documentation for Spotify (#8482) Optional config `name` was missing --- source/_components/media_player.spotify.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/media_player.spotify.markdown b/source/_components/media_player.spotify.markdown index 3ba710b06d8..4a97efa22a7 100644 --- a/source/_components/media_player.spotify.markdown +++ b/source/_components/media_player.spotify.markdown @@ -80,6 +80,11 @@ aliases: description: "Dictionary of device ids to be aliased, handy for devices that Spotify cannot properly determine the device name of. New devices will be logged to the `info` channel for ease of aliasing." required: false type: map +name: + description: The name of the device used in the frontend. + required: false + type: string + default: Spotify {% endconfiguration %} ## {% linkable_title Setup %}