Skip to content

Commit a879e36

Browse files
authored
Designate helpers as internal quality (home-assistant#149021)
1 parent b12c458 commit a879e36

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

homeassistant/components/derivative/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"config_flow": true,
77
"documentation": "https://www.home-assistant.io/integrations/derivative",
88
"integration_type": "helper",
9-
"iot_class": "calculated"
9+
"iot_class": "calculated",
10+
"quality_scale": "internal"
1011
}

homeassistant/components/generic_thermostat/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"dependencies": ["sensor", "switch"],
77
"documentation": "https://www.home-assistant.io/integrations/generic_thermostat",
88
"integration_type": "helper",
9-
"iot_class": "local_polling"
9+
"iot_class": "local_polling",
10+
"quality_scale": "internal"
1011
}

0 commit comments

Comments
 (0)