mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Make Bayesian a helper (#121976)
This commit is contained in:
parent
c6a0c20c64
commit
77f10a23b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user