1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add Spotify application_credentials platform (#71871)

This commit is contained in:
Allen Porter
2022-05-16 00:31:14 -07:00
committed by GitHub
parent a70e2a33dc
commit 2613c865f7
4 changed files with 43 additions and 17 deletions

View File

@@ -7,5 +7,6 @@ To update, run python3 -m script.hassfest
APPLICATION_CREDENTIALS = [
"google",
"spotify",
"xbox"
]