core/homeassistant/components/ambiclimate/manifest.json

14 lines
270 B
JSON
Raw Normal View History

{
"domain": "ambiclimate",
"name": "Ambiclimate",
"config_flow": true,
"documentation": "https://www.home-assistant.io/components/ambiclimate",
"requirements": [
2019-08-24 16:15:21 +00:00
"ambiclimate==0.2.1"
],
"dependencies": [],
"codeowners": [
"@danielhiversen"
]
}