Skip to content

Commit

Permalink
Change IoT class for Traccar Client (home-assistant#109493)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored and frenck committed Feb 3, 2024
1 parent e630027 commit cb03a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/traccar/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -6168,7 +6168,7 @@
"traccar": {
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_polling",
"iot_class": "cloud_push",
"name": "Traccar Client"
},
"traccar_server": {
Expand Down

0 comments on commit cb03a6e

Please sign in to comment.