hass-core/homeassistant/components/tractive/manifest.json
Gleb Sinyavskiy cf5f0a415c
Add tractive client_id, update aiotractive ()
* Add client_id to Tractive

* Update aiotractive
2022-04-26 19:21:27 +03:00

10 lines
306 B
JSON

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