From fe6d778b551799aa77e39d57b4fe993c95fc269a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 3 Feb 2024 12:16:25 +0100 Subject: [PATCH] Change IoT class for Traccar Client (#31215) --- source/_integrations/traccar.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/traccar.markdown b/source/_integrations/traccar.markdown index b1952077c5d..ebbbd02e73e 100644 --- a/source/_integrations/traccar.markdown +++ b/source/_integrations/traccar.markdown @@ -5,7 +5,7 @@ ha_release: 0.83 ha_category: - Car - Presence detection -ha_iot_class: Local Polling +ha_iot_class: Cloud Push ha_config_flow: true ha_codeowners: - '@ludeeus' @@ -24,3 +24,5 @@ ha_integration_type: integration To configure Traccar Client, you must set it up via the integrations panel in the configuration screen. This will give you the webhook URL to use during mobile device configuration. This URL has to be set in the Traccar app. + +{% include integrations/config_flow.md %}