mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Change IoT Class for Min/Max to calculated (#81199)
This commit is contained in:
parent
b16094b93f
commit
7bd89621ce
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user