Make Bayesian a helper (#121976)

This commit is contained in:
Joost Lekkerkerker 2024-07-15 16:53:21 +02:00 committed by GitHub
parent c6a0c20c64
commit 77f10a23b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View File

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

View File

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