irm-kmi-ha/custom_components/irm_kmi/manifest.json
Jules Dejaeghere 9f06486512
Some checks failed
Run Python tests / Run tests (3.12) (push) Successful in 1m21s
Validate / validate-hacs (push) Failing after 42s
Validate / validate-hassfest (push) Failing after 36s
Version bump
2024-12-29 18:47:59 +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.25"
}