Add missing config documentation for Spotify (#8482)

Optional config `name` was missing
This commit is contained in:
Victor Cerutti 2019-02-11 22:02:00 +01:00 committed by Fabian Affolter
parent 8436857b5a
commit ce8f0455c7

View File

@ -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 %}