diff --git a/homeassistant/components/splunk/manifest.json b/homeassistant/components/splunk/manifest.json index 6d32dca38a9..a7bb5a2820b 100644 --- a/homeassistant/components/splunk/manifest.json +++ b/homeassistant/components/splunk/manifest.json @@ -7,7 +7,7 @@ "integration_type": "service", "iot_class": "local_push", "loggers": ["hass_splunk"], - "quality_scale": "legacy", + "quality_scale": "bronze", "requirements": ["hass-splunk==0.1.4"], "single_config_entry": true } diff --git a/homeassistant/components/splunk/quality_scale.yaml b/homeassistant/components/splunk/quality_scale.yaml index acd87aff519..157153da610 100644 --- a/homeassistant/components/splunk/quality_scale.yaml +++ b/homeassistant/components/splunk/quality_scale.yaml @@ -18,18 +18,9 @@ rules: status: exempt comment: | Integration does not provide custom actions. - docs-high-level-description: - status: todo - comment: | - Verify integration docs at https://www.home-assistant.io/integrations/splunk/ include a high-level description of Splunk with a link to https://www.splunk.com/ and explain the integration's purpose for users unfamiliar with Splunk. - docs-installation-instructions: - status: todo - comment: | - Verify integration docs include clear prerequisites and step-by-step setup instructions including how to configure Splunk HTTP Event Collector and obtain the required token. - docs-removal-instructions: - status: todo - comment: | - Verify integration docs include instructions on how to remove the integration and clarify what happens to data already in Splunk. + docs-high-level-description: done + docs-installation-instructions: done + docs-removal-instructions: done entity-event-setup: status: exempt comment: | diff --git a/script/hassfest/quality_scale.py b/script/hassfest/quality_scale.py index a0c7e9d329e..21bc989f8c9 100644 --- a/script/hassfest/quality_scale.py +++ b/script/hassfest/quality_scale.py @@ -1895,7 +1895,6 @@ INTEGRATIONS_WITHOUT_SCALE = [ "spc", "speedtestdotnet", "spider", - "splunk", "spotify", "sql", "srp_energy",