Skip to content
Snippets Groups Projects
Unverified Commit 77f10a23 authored by Joost Lekkerkerker's avatar Joost Lekkerkerker Committed by GitHub
Browse files

Make Bayesian a helper (#121976)

parent c6a0c20c
Branches
Tags
No related merge requests found
......@@ -3,6 +3,7 @@
"name": "Bayesian",
"codeowners": ["@HarvsG"],
"documentation": "https://www.home-assistant.io/integrations/bayesian",
"integration_type": "helper",
"iot_class": "local_polling",
"quality_scale": "internal"
}
......@@ -635,12 +635,6 @@
"config_flow": true,
"iot_class": "local_push"
},
"bayesian": {
"name": "Bayesian",
"integration_type": "hub",
"config_flow": false,
"iot_class": "local_polling"
},
"bbox": {
"name": "Bbox",
"integration_type": "hub",
......@@ -7162,6 +7156,12 @@
}
},
"helper": {
"bayesian": {
"name": "Bayesian",
"integration_type": "helper",
"config_flow": false,
"iot_class": "local_polling"
},
"counter": {
"integration_type": "helper",
"config_flow": false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment