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