Change IoT class for ToD to calculated ()

pull/97491/head
Jan-Philipp Benecke 2023-07-30 19:02:43 +02:00 committed by GitHub
parent 1553ff1001
commit cb033f7a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
homeassistant
components/tod

View File

@ -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"
}

View File

@ -6696,7 +6696,7 @@
"tod": {
"integration_type": "helper",
"config_flow": true,
"iot_class": "local_push"
"iot_class": "calculated"
},
"utility_meter": {
"integration_type": "helper",