Add brands definition for Traccar (#109219)

This commit is contained in:
Joakim Sørensen 2024-01-31 18:15:40 +01:00 committed by GitHub
parent f4a2d7c612
commit 0b0bf73780
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 10 deletions

View File

@ -0,0 +1,5 @@
{
"domain": "traccar",
"name": "Traccar",
"integrations": ["traccar", "traccar_server"]
}

View File

@ -6163,16 +6163,21 @@
] ]
}, },
"traccar": { "traccar": {
"name": "Traccar Client", "name": "Traccar",
"integration_type": "hub", "integrations": {
"config_flow": true, "traccar": {
"iot_class": "local_polling" "integration_type": "hub",
}, "config_flow": true,
"traccar_server": { "iot_class": "local_polling",
"name": "Traccar Server", "name": "Traccar Client"
"integration_type": "hub", },
"config_flow": true, "traccar_server": {
"iot_class": "local_polling" "integration_type": "hub",
"config_flow": true,
"iot_class": "local_polling",
"name": "Traccar Server"
}
}
}, },
"tractive": { "tractive": {
"name": "Tractive", "name": "Tractive",