Change IoT class for ToD to calculated (#97422)
parent
1553ff1001
commit
cb033f7a7b
homeassistant
components/tod
generated
|
@ -5,6 +5,6 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/tod",
|
||||
"integration_type": "helper",
|
||||
"iot_class": "local_push",
|
||||
"iot_class": "calculated",
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
|
|
@ -6696,7 +6696,7 @@
|
|||
"tod": {
|
||||
"integration_type": "helper",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
"iot_class": "calculated"
|
||||
},
|
||||
"utility_meter": {
|
||||
"integration_type": "helper",
|
||||
|
|
Loading…
Reference in New Issue