mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Add brands definition for Traccar (#109219)
This commit is contained in:
parent
f4a2d7c612
commit
0b0bf73780
5
homeassistant/brands/traccar.json
Normal file
5
homeassistant/brands/traccar.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"domain": "traccar",
|
||||
"name": "Traccar",
|
||||
"integrations": ["traccar", "traccar_server"]
|
||||
}
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user