mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Change IoT class for ToD to calculated (#97422)
This commit is contained in:
parent
1553ff1001
commit
cb033f7a7b
@ -5,6 +5,6 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/tod",
|
"documentation": "https://www.home-assistant.io/integrations/tod",
|
||||||
"integration_type": "helper",
|
"integration_type": "helper",
|
||||||
"iot_class": "local_push",
|
"iot_class": "calculated",
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal"
|
||||||
}
|
}
|
||||||
|
@ -6696,7 +6696,7 @@
|
|||||||
"tod": {
|
"tod": {
|
||||||
"integration_type": "helper",
|
"integration_type": "helper",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "calculated"
|
||||||
},
|
},
|
||||||
"utility_meter": {
|
"utility_meter": {
|
||||||
"integration_type": "helper",
|
"integration_type": "helper",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user