mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Add brands definition for Traccar (#109219)
This commit is contained in:
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",
|
||||||
|
"integrations": {
|
||||||
|
"traccar": {
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling",
|
||||||
|
"name": "Traccar Client"
|
||||||
},
|
},
|
||||||
"traccar_server": {
|
"traccar_server": {
|
||||||
"name": "Traccar Server",
|
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling",
|
||||||
|
"name": "Traccar Server"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"tractive": {
|
"tractive": {
|
||||||
"name": "Tractive",
|
"name": "Tractive",
|
||||||
|
Reference in New Issue
Block a user