mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Clarify cache path variable (#7598)
Removes ambiguous statement about cache directory. The cache_path is for an authentication token, and it is a file. Addresses #7330
This commit is contained in:
parent
5edb2f4df1
commit
05c16687ab
@ -72,9 +72,10 @@ client_secret:
|
||||
required: true
|
||||
type: string
|
||||
cache_path:
|
||||
description: Path to cache authentication token (defaults to configuration directory).
|
||||
description: Path to cache authentication token.
|
||||
required: false
|
||||
type: string
|
||||
default: .spotify-token-cache
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user