hass-core/homeassistant/components/openexchangerates/manifest.json
Erik Montnemery c741d9d045
Update integrations to import issue_registry from helpers (#77305)
* Update integrations to import issue_registry from helpers

* Update tests
2022-08-25 15:33:05 +02:00

9 lines
295 B
JSON

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