mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add Cribl virtual integration (#101680)
This commit is contained in:
parent
548a73b367
commit
b85a078235
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,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
|
"cribl": {
|
||||||
|
"name": "Cribl",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "splunk"
|
||||||
|
},
|
||||||
"crownstone": {
|
"crownstone": {
|
||||||
"name": "Crownstone",
|
"name": "Crownstone",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user