mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Change IoT class for Traccar Client (#109493)
This commit is contained in:
parent
fe4dd2cb93
commit
d44b00f851
@ -5,7 +5,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["webhook"],
|
"dependencies": ["webhook"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/traccar",
|
"documentation": "https://www.home-assistant.io/integrations/traccar",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["pytraccar"],
|
"loggers": ["pytraccar"],
|
||||||
"requirements": ["pytraccar==2.0.0", "stringcase==1.2.0"]
|
"requirements": ["pytraccar==2.0.0", "stringcase==1.2.0"]
|
||||||
}
|
}
|
||||||
|
@ -6173,7 +6173,7 @@
|
|||||||
"traccar": {
|
"traccar": {
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling",
|
"iot_class": "cloud_push",
|
||||||
"name": "Traccar Client"
|
"name": "Traccar Client"
|
||||||
},
|
},
|
||||||
"traccar_server": {
|
"traccar_server": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user