Files
HomeAssistance/custom_components/spotcast/manifest.json
T
2026-06-05 22:34:31 -04:00

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"
}