Initial Home Assistant commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user