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

View File

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