ha-core/homeassistant/components/ipma/manifest.json

14 lines
236 B
JSON

{
"domain": "ipma",
"name": "Ipma",
"config_flow": true,
"documentation": "https://www.home-assistant.io/components/ipma",
"requirements": [
"pyipma==1.2.1"
],
"dependencies": [],
"codeowners": [
"@dgomes"
]
}