core/homeassistant/components/tractive/manifest.json

12 lines
338 B
JSON
Raw Normal View History

{
"domain": "tractive",
"name": "Tractive",
2023-02-08 19:41:50 +00:00
"codeowners": ["@Danielhiversen", "@zhulik", "@bieniu"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tractive",
2023-02-08 19:41:50 +00:00
"integration_type": "device",
"iot_class": "cloud_push",
"loggers": ["aiotractive"],
2023-09-01 20:28:53 +00:00
"requirements": ["aiotractive==0.5.6"]
}