mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +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": {
|
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user