2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "traccar",
|
|
|
|
"name": "Traccar",
|
2023-02-08 19:41:50 +00:00
|
|
|
"codeowners": ["@ludeeus"],
|
2019-08-09 22:14:03 +00:00
|
|
|
"config_flow": true,
|
2020-01-06 20:28:23 +00:00
|
|
|
"dependencies": ["webhook"],
|
2023-02-08 19:41:50 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/traccar",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2023-02-08 19:41:50 +00:00
|
|
|
"loggers": ["pytraccar"],
|
|
|
|
"requirements": ["pytraccar==1.0.0", "stringcase==1.2.0"]
|
2019-08-09 22:14:03 +00:00
|
|
|
}
|