core/homeassistant/components/tractive/manifest.json

12 lines
338 B
JSON
Raw Normal View History

{
"domain": "tractive",
"name": "Tractive",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tractive",
"requirements": ["aiotractive==0.5.5"],
2022-03-30 08:56:37 +00:00
"codeowners": ["@Danielhiversen", "@zhulik", "@bieniu"],
"iot_class": "cloud_push",
"loggers": ["aiotractive"],
"integration_type": "device"
}