mirror of
https://github.com/home-assistant/core.git
synced 2026-05-02 22:52:06 +01:00
12 lines
329 B
JSON
12 lines
329 B
JSON
{
|
|
"domain": "traccar",
|
|
"name": "Traccar Client",
|
|
"codeowners": ["@ludeeus"],
|
|
"config_flow": true,
|
|
"dependencies": ["webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/traccar",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["pytraccar"],
|
|
"requirements": ["pytraccar==2.1.1", "stringcase==1.2.0"]
|
|
}
|