mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
14 lines
362 B
JSON
14 lines
362 B
JSON
{
|
|
"domain": "splunk",
|
|
"name": "Splunk",
|
|
"codeowners": ["@Bre77"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/splunk",
|
|
"integration_type": "service",
|
|
"iot_class": "local_push",
|
|
"loggers": ["hass_splunk"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["hass-splunk==0.1.4"],
|
|
"single_config_entry": true
|
|
}
|