Change IoT Class for Min/Max to calculated (#81199)

This commit is contained in:
G Johansson 2022-10-29 20:21:28 +02:00 committed by GitHub
parent b16094b93f
commit 7bd89621ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@
"documentation": "https://www.home-assistant.io/integrations/min_max", "documentation": "https://www.home-assistant.io/integrations/min_max",
"codeowners": ["@fabaff"], "codeowners": ["@fabaff"],
"quality_scale": "internal", "quality_scale": "internal",
"iot_class": "local_push", "iot_class": "calculated",
"config_flow": true "config_flow": true
} }

View File

@ -6212,7 +6212,7 @@
"min_max": { "min_max": {
"integration_type": "helper", "integration_type": "helper",
"config_flow": true, "config_flow": true,
"iot_class": "local_push" "iot_class": "calculated"
}, },
"schedule": { "schedule": {
"integration_type": "helper", "integration_type": "helper",