Change IoT class for Traccar Client (#109493)

This commit is contained in:
Joakim Sørensen 2024-02-03 09:14:52 +01:00 committed by GitHub
parent fe4dd2cb93
commit d44b00f851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"config_flow": true,
"dependencies": ["webhook"],
"documentation": "https://www.home-assistant.io/integrations/traccar",
"iot_class": "local_polling",
"iot_class": "cloud_push",
"loggers": ["pytraccar"],
"requirements": ["pytraccar==2.0.0", "stringcase==1.2.0"]
}

View file

@ -6173,7 +6173,7 @@
"traccar": {
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_polling",
"iot_class": "cloud_push",
"name": "Traccar Client"
},
"traccar_server": {