Files
core/homeassistant/components/kraken/manifest.json

12 lines
339 B
JSON

{
"domain": "kraken",
"name": "Kraken",
"codeowners": ["@eifinger"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/kraken",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["krakenex", "pykrakenapi"],
"requirements": ["krakenex==2.2.2", "pykrakenapi==0.1.9"]
}