Add Cribl virtual integration (#101680)
This commit is contained in:
parent
548a73b367
commit
b85a078235
3 changed files with 12 additions and 0 deletions
1
homeassistant/components/cribl/__init__.py
Normal file
1
homeassistant/components/cribl/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Cribl virtual integration for Home Assistant."""
|
6
homeassistant/components/cribl/manifest.json
Normal file
6
homeassistant/components/cribl/manifest.json
Normal file
|
@ -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…
Add table
Reference in a new issue