Add Cribl virtual integration (#101680)
parent
548a73b367
commit
b85a078235
|
@ -0,0 +1 @@
|
|||
"""Cribl virtual integration for Home Assistant."""
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "cribl",
|
||||
"name": "Cribl",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "splunk"
|
||||
}
|
|
@ -946,6 +946,11 @@
|
|||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"cribl": {
|
||||
"name": "Cribl",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "splunk"
|
||||
},
|
||||
"crownstone": {
|
||||
"name": "Crownstone",
|
||||
"integration_type": "hub",
|
||||
|
|
Loading…
Reference in New Issue