mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Add Cribl virtual integration (#101680)
This commit is contained in:
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",
|
||||
|
Reference in New Issue
Block a user