2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "traccar",
|
|
|
|
"name": "Traccar",
|
2019-08-09 22:14:03 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/traccar",
|
2021-11-09 17:20:34 +00:00
|
|
|
"requirements": ["pytraccar==0.10.0", "stringcase==1.2.0"],
|
2020-01-06 20:28:23 +00:00
|
|
|
"dependencies": ["webhook"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@ludeeus"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["pytraccar"]
|
2019-08-09 22:14:03 +00:00
|
|
|
}
|