irm-kmi-ha/custom_components/irm_kmi/manifest.json
2024-10-27 18:30:41 +01:00

16 lines
No EOL
431 B
JSON

{
"domain": "irm_kmi",
"name": "IRM KMI Weather Belgium",
"codeowners": ["@jdejaegh"],
"config_flow": true,
"dependencies": ["zone"],
"documentation": "https://github.com/jdejaegh/irm-kmi-ha/",
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/jdejaegh/irm-kmi-ha/issues",
"requirements": [
"svgwrite==1.4.3",
"aiofile==3.9.0"
],
"version": "0.2.21"
}