core/homeassistant/components/senseme/manifest.json

13 lines
274 B
JSON
Raw Normal View History

{
"domain": "senseme",
"name": "SenseME",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/senseme",
"requirements": [
"aiosenseme==0.5.5"
],
"codeowners": [
"@mikelawrence", "@bdraco"
],
"iot_class": "local_push"
}