1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00
ha-core/homeassistant/components/spotify/manifest.json
2021-11-16 02:23:59 +01:00

13 lines
348 B
JSON

{
"domain": "spotify",
"name": "Spotify",
"documentation": "https://www.home-assistant.io/integrations/spotify",
"requirements": ["spotipy==2.19.0"],
"zeroconf": ["_spotify-connect._tcp.local."],
"dependencies": ["http"],
"codeowners": ["@frenck"],
"config_flow": true,
"quality_scale": "silver",
"iot_class": "cloud_polling"
}