Missing config_flow in manifest for local_file (#129529)

This commit is contained in:
G Johansson
2024-10-31 09:50:32 +01:00
committed by GitHub
parent 5e674ce1d0
commit 8b1b14a704
3 changed files with 3 additions and 1 deletions
@@ -2,6 +2,7 @@
"domain": "local_file",
"name": "Local File",
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/local_file",
"iot_class": "local_polling"
}
+1
View File
@@ -336,6 +336,7 @@ FLOWS = {
"litterrobot",
"livisi",
"local_calendar",
"local_file",
"local_ip",
"local_todo",
"locative",
+1 -1
View File
@@ -3398,7 +3398,7 @@
"local_file": {
"name": "Local File",
"integration_type": "hub",
"config_flow": false,
"config_flow": true,
"iot_class": "local_polling"
},
"local_ip": {