core/homeassistant/components/zamg/manifest.json

10 lines
291 B
JSON
Raw Normal View History

{
"domain": "zamg",
"name": "Zentralanstalt f\u00fcr Meteorologie und Geodynamik (ZAMG)",
2022-10-26 16:35:12 +00:00
"codeowners": ["@killer0071234"],
"config_flow": true,
2023-02-08 19:10:18 +00:00
"documentation": "https://www.home-assistant.io/integrations/zamg",
"iot_class": "cloud_polling",
"requirements": ["zamg==0.2.2"]
}