hass-core/homeassistant/components/traccar_server/manifest.json
Joakim Sørensen 79572c0a5d
Subscribe to Traccar Server events (#111262)
* Subscribe to Traccar Server events

* No need to unsubscribe on error

* typo

* rename _attrs

* arg type

* reorder return type

* more spesific

* Update stale docstring
2024-02-24 12:35:32 +01:00

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"]
}