23 lines
479 B
JSON
23 lines
479 B
JSON
{
|
|
"domain": "spotcast",
|
|
"name": "Spotcast",
|
|
"after_dependencies": [
|
|
"cast",
|
|
"spotify"
|
|
],
|
|
"codeowners": [
|
|
"@fondberg",
|
|
"@fcusson"
|
|
],
|
|
"dependencies": [
|
|
"spotify"
|
|
],
|
|
"documentation": "https://github.com/fondberg/spotcast",
|
|
"iot_class": "cloud_polling",
|
|
"issue_tracker": "https://github.com/fondberg/spotcast/issues",
|
|
"requirements": [
|
|
"spotipy==2.23.0"
|
|
],
|
|
"version": "v4.0.1"
|
|
}
|