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-05-23 06:53:38 +00:00
"ambiclimate==0.1.2"
],
"dependencies": [],
"codeowners": [
"@danielhiversen"
]
}