Correct internal quality scale labels to improve analytics (#17380)

This commit is contained in:
Franck Nijhof 2021-04-10 12:46:24 +02:00 committed by GitHub
parent bba8425a84
commit fc9628c276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@ description: Instructions on how to add air quality sensors with Home Assistant
ha_release: 0.85 ha_release: 0.85
ha_iot_class: ha_iot_class:
ha_domain: air_quality ha_domain: air_quality
ha_quality_scale: internal
--- ---
The `air_quality` gather information about the air quality and pollution details. The `air_quality` gather information about the air quality and pollution details.

View File

@ -7,7 +7,6 @@ ha_category:
ha_release: 0.12 ha_release: 0.12
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_domain: command_line ha_domain: command_line
ha_quality_scale: internal
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- cover - cover

View File

@ -6,6 +6,7 @@ ha_category:
logo: geo_location.png logo: geo_location.png
ha_release: 0.78 ha_release: 0.78
ha_domain: geo_location ha_domain: geo_location
ha_quality_scale: internal
ha_iot_class: ha_iot_class:
--- ---

View File

@ -9,7 +9,6 @@ ha_config_flow: true
ha_codeowners: ha_codeowners:
- '@issacg' - '@issacg'
ha_domain: local_ip ha_domain: local_ip
ha_quality_scale: internal
ha_platforms: ha_platforms:
- sensor - sensor
--- ---

View File

@ -6,6 +6,7 @@ ha_codeowners:
- '@pvizeli' - '@pvizeli'
ha_domain: stt ha_domain: stt
ha_iot_class: ha_iot_class:
ha_quality_scale: internal
--- ---
Speech-to-Text (STT) allows you to stream speech data to the STT API and get text back. Speech-to-Text (STT) allows you to stream speech data to the STT API and get text back.

View File

@ -2,6 +2,7 @@
ha_release: 0.8 ha_release: 0.8
title: Webhook title: Webhook
ha_domain: webhook ha_domain: webhook
ha_quality_scale: internal
ha_iot_class: ha_iot_class:
--- ---