core/homeassistant/components/openexchangerates/manifest.json

10 lines
295 B
JSON
Raw Normal View History

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