1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/tractive/manifest.json
2026-03-23 23:00:54 +01:00

12 lines
338 B
JSON

{
"domain": "tractive",
"name": "Tractive",
"codeowners": ["@Danielhiversen", "@zhulik", "@bieniu"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tractive",
"integration_type": "device",
"iot_class": "cloud_push",
"loggers": ["aiotractive"],
"requirements": ["aiotractive==1.0.1"]
}