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": {
"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",