core/homeassistant/components/smarthab/manifest.json

11 lines
275 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",
"loggers": ["pysmarthab"]
}