Initial Home Assistant commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"domain": "spotifyplus",
|
||||
"name": "SpotifyPlus",
|
||||
"codeowners": [
|
||||
"@thlucas1"
|
||||
],
|
||||
"config_flow": true,
|
||||
"dependencies": [
|
||||
"application_credentials",
|
||||
"zeroconf"
|
||||
],
|
||||
"documentation": "https://github.com/thlucas1/homeassistantcomponent_spotifyplus/wiki/Device-Configuration-Options#integration-options",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"issue_tracker": "https://github.com/thlucas1/homeassistantcomponent_spotifyplus/issues",
|
||||
"requirements": [
|
||||
"numpy>=2.3.2",
|
||||
"oauthlib>=3.2.2",
|
||||
"pillow>=11.3.0",
|
||||
"platformdirs>=4.1.0",
|
||||
"requests>=2.31.0",
|
||||
"requests_oauthlib>=1.3.1",
|
||||
"smartinspectpython>=3.0.38",
|
||||
"spotifywebapipython>=1.0.270",
|
||||
"urllib3>=2.0",
|
||||
"zeroconf>=0.132.2"
|
||||
],
|
||||
"version": "v1.0.201"
|
||||
}
|
||||
Reference in New Issue
Block a user