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"],
"dependencies": ["recorder"],
"documentation": "https://www.home-assistant.io/integrations/filter",
"integration_type": "helper",
"iot_class": "local_push",
"quality_scale": "internal"
}

View file

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