Change IoT class for Traccar Client (#109493)
This commit is contained in:
parent
fe4dd2cb93
commit
d44b00f851
2 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -6173,7 +6173,7 @@
|
|||
"traccar": {
|
||||
"integration_type": "hub",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling",
|
||||
"iot_class": "cloud_push",
|
||||
"name": "Traccar Client"
|
||||
},
|
||||
"traccar_server": {
|
||||
|
|
Loading…
Add table
Reference in a new issue