core/homeassistant/components/met_eireann/manifest.json

11 lines
299 B
JSON
Raw Normal View History

{
"domain": "met_eireann",
2023-02-08 19:38:43 +00:00
"name": "Met \u00c9ireann",
"codeowners": ["@DylanGore"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/met_eireann",
"iot_class": "cloud_polling",
2023-02-08 19:38:43 +00:00
"loggers": ["meteireann"],
"requirements": ["pyMetEireann==2021.8.0"]
}