mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Make filter a helper (#121994)
This commit is contained in:
parent
d0233d01da
commit
d81f6fa8f2
@ -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…
x
Reference in New Issue
Block a user