Make filter a helper (#121994)

This commit is contained in:
Joost Lekkerkerker 2024-07-16 08:47:46 +02:00 committed by GitHub
parent d0233d01da
commit d81f6fa8f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View File

@ -4,6 +4,7 @@
"codeowners": ["@dgomes"], "codeowners": ["@dgomes"],
"dependencies": ["recorder"], "dependencies": ["recorder"],
"documentation": "https://www.home-assistant.io/integrations/filter", "documentation": "https://www.home-assistant.io/integrations/filter",
"integration_type": "helper",
"iot_class": "local_push", "iot_class": "local_push",
"quality_scale": "internal" "quality_scale": "internal"
} }

View File

@ -1840,12 +1840,6 @@
"config_flow": true, "config_flow": true,
"iot_class": "local_polling" "iot_class": "local_polling"
}, },
"filter": {
"name": "Filter",
"integration_type": "hub",
"config_flow": false,
"iot_class": "local_push"
},
"fints": { "fints": {
"name": "FinTS", "name": "FinTS",
"integration_type": "service", "integration_type": "service",
@ -7171,6 +7165,12 @@
"config_flow": true, "config_flow": true,
"iot_class": "calculated" "iot_class": "calculated"
}, },
"filter": {
"name": "Filter",
"integration_type": "helper",
"config_flow": false,
"iot_class": "local_push"
},
"generic_hygrostat": { "generic_hygrostat": {
"integration_type": "helper", "integration_type": "helper",
"config_flow": true, "config_flow": true,