* Subscribe to Traccar Server events * No need to unsubscribe on error * typo * rename _attrs * arg type * reorder return type * more spesific * Update stale docstring
9 lines
263 B
JSON
9 lines
263 B
JSON
{
|
|
"domain": "traccar_server",
|
|
"name": "Traccar Server",
|
|
"codeowners": ["@ludeeus"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/traccar_server",
|
|
"iot_class": "local_push",
|
|
"requirements": ["pytraccar==2.1.1"]
|
|
}
|