Skip to content

Commit

Permalink
feat(manifest.json): change iot_class to calculated (#59)
Browse files Browse the repository at this point in the history
* feat(manifest.json): change iot_class to Calculated

The iot_class in the manifest.json file has been changed from
"cloud_polling" to "Calculated". This change is to better reflect
the nature of the IoT device's communication method.

* fix spelling
  • Loading branch information
helto4real authored Apr 7, 2024
1 parent 568dfcf commit b5641bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/netdaemon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@net-daemon"
],
"config_flow": true,
"iot_class": "cloud_polling",
"iot_class": "calculated",
"dependencies": [
"http"
],
Expand Down

0 comments on commit b5641bf

Please sign in to comment.