mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Missing config_flow in manifest for local_file (#129529)
This commit is contained in:
parent
5e674ce1d0
commit
8b1b14a704
@ -2,6 +2,7 @@
|
|||||||
"domain": "local_file",
|
"domain": "local_file",
|
||||||
"name": "Local File",
|
"name": "Local File",
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/local_file",
|
"documentation": "https://www.home-assistant.io/integrations/local_file",
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
}
|
}
|
||||||
|
@ -336,6 +336,7 @@ FLOWS = {
|
|||||||
"litterrobot",
|
"litterrobot",
|
||||||
"livisi",
|
"livisi",
|
||||||
"local_calendar",
|
"local_calendar",
|
||||||
|
"local_file",
|
||||||
"local_ip",
|
"local_ip",
|
||||||
"local_todo",
|
"local_todo",
|
||||||
"locative",
|
"locative",
|
||||||
|
@ -3398,7 +3398,7 @@
|
|||||||
"local_file": {
|
"local_file": {
|
||||||
"name": "Local File",
|
"name": "Local File",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": false,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
"local_ip": {
|
"local_ip": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user