hass-core/homeassistant/components/tractive/manifest.json
Maciej Bieniek bc5849e4ef
Bump aiotractive to 0.6.0 (#121155)
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-07-21 18:11:05 -05:00

11 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==0.6.0"]
}