core/homeassistant/components/ipma/manifest.json

11 lines
312 B
JSON
Raw Normal View History

{
"domain": "ipma",
"name": "Instituto Portugu\u00eas do Mar e Atmosfera (IPMA)",
"codeowners": ["@dgomes"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ipma",
"iot_class": "cloud_polling",
2023-02-08 19:35:25 +00:00
"loggers": ["geopy", "pyipma"],
"requirements": ["pyipma==3.0.7"]
}