core/homeassistant/components/ambee/manifest.json

11 lines
265 B
JSON
Raw Normal View History

2021-06-09 11:22:37 +00:00
{
"domain": "ambee",
"name": "Ambee",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ambee",
2021-10-07 19:11:38 +00:00
"requirements": ["ambee==0.4.0"],
2021-06-09 11:22:37 +00:00
"codeowners": ["@frenck"],
"quality_scale": "platinum",
2021-06-09 11:22:37 +00:00
"iot_class": "cloud_polling"
}