Skip to content

Commit

Permalink
Add brands definition for Traccar (home-assistant#109219)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Jan 31, 2024
1 parent f4a2d7c commit 0b0bf73
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
5 changes: 5 additions & 0 deletions homeassistant/brands/traccar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"domain": "traccar",
"name": "Traccar",
"integrations": ["traccar", "traccar_server"]
}
25 changes: 15 additions & 10 deletions homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -6163,16 +6163,21 @@
]
},
"traccar": {
"name": "Traccar Client",
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_polling"
},
"traccar_server": {
"name": "Traccar Server",
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_polling"
"name": "Traccar",
"integrations": {
"traccar": {
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_polling",
"name": "Traccar Client"
},
"traccar_server": {
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_polling",
"name": "Traccar Server"
}
}
},
"tractive": {
"name": "Tractive",
Expand Down

0 comments on commit 0b0bf73

Please sign in to comment.