Fix Mealie URL field (#121434)

This commit is contained in:
Joost Lekkerkerker
2024-07-07 15:03:32 +02:00
committed by GitHub
parent 8e45eb6168
commit 1c2e6ab3db
+4 -1
View File
@@ -3,8 +3,11 @@
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"host": "[%key:common::config_flow::data::url%]",
"api_token": "[%key:common::config_flow::data::api_token%]"
},
"data_description": {
"host": "The URL of your Mealie instance."
}
}
},