Fix Mealie URL field (#121434)

This commit is contained in:
Joost Lekkerkerker 2024-07-07 15:03:32 +02:00 committed by Franck Nijhof
parent cadd8521ae
commit ec105e5265
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -3,8 +3,11 @@
"step": { "step": {
"user": { "user": {
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::url%]",
"api_token": "[%key:common::config_flow::data::api_token%]" "api_token": "[%key:common::config_flow::data::api_token%]"
},
"data_description": {
"host": "The URL of your Mealie instance."
} }
} }
}, },