Make filter a helper (#121994)
This commit is contained in:
parent
d0233d01da
commit
d81f6fa8f2
2 changed files with 7 additions and 6 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue