hass-core/homeassistant/components/smarthab/manifest.json
2022-01-28 13:37:53 -08:00

10 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"]
}