core/homeassistant/components/tractive/manifest.json

11 lines
306 B
JSON
Raw Normal View History

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