mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Make Bayesian a helper (#121976)
This commit is contained in:
parent
c6a0c20c64
commit
77f10a23b0
@ -3,6 +3,7 @@
|
|||||||
"name": "Bayesian",
|
"name": "Bayesian",
|
||||||
"codeowners": ["@HarvsG"],
|
"codeowners": ["@HarvsG"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/bayesian",
|
"documentation": "https://www.home-assistant.io/integrations/bayesian",
|
||||||
|
"integration_type": "helper",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal"
|
||||||
}
|
}
|
||||||
|
@ -635,12 +635,6 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
"bayesian": {
|
|
||||||
"name": "Bayesian",
|
|
||||||
"integration_type": "hub",
|
|
||||||
"config_flow": false,
|
|
||||||
"iot_class": "local_polling"
|
|
||||||
},
|
|
||||||
"bbox": {
|
"bbox": {
|
||||||
"name": "Bbox",
|
"name": "Bbox",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
@ -7162,6 +7156,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"helper": {
|
"helper": {
|
||||||
|
"bayesian": {
|
||||||
|
"name": "Bayesian",
|
||||||
|
"integration_type": "helper",
|
||||||
|
"config_flow": false,
|
||||||
|
"iot_class": "local_polling"
|
||||||
|
},
|
||||||
"counter": {
|
"counter": {
|
||||||
"integration_type": "helper",
|
"integration_type": "helper",
|
||||||
"config_flow": false
|
"config_flow": false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user