core/homeassistant/components/openexchangerates/manifest.json

10 lines
295 B
JSON

{
"domain": "openexchangerates",
"name": "Open Exchange Rates",
"codeowners": ["@MartinHjelmare"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/openexchangerates",
"iot_class": "cloud_polling",
"requirements": ["aioopenexchangerates==0.4.0"]
}