core/homeassistant/components/smarthab/manifest.json

10 lines
246 B
JSON

{
"domain": "smarthab",
"name": "SmartHab",
"documentation": "https://www.home-assistant.io/integrations/smarthab",
"config_flow": true,
"requirements": ["smarthab==0.21"],
"codeowners": ["@outadoc"],
"iot_class": "cloud_polling"
}