mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix missing strings in soma config flow (#27689)
This commit is contained in:
parent
16c18d303f
commit
40fbc3bd41
@ -8,6 +8,16 @@
|
||||
"create_entry": {
|
||||
"default": "Successfully authenticated with Soma."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port"
|
||||
},
|
||||
"description": "Please enter connection settings of your SOMA Connect.",
|
||||
"title": "SOMA Connect"
|
||||
}
|
||||
},
|
||||
"title": "Soma"
|
||||
}
|
||||
}
|
@ -8,6 +8,16 @@
|
||||
"create_entry": {
|
||||
"default": "Successfully authenticated with Soma."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port"
|
||||
},
|
||||
"description": "Please enter connection settings of your SOMA Connect.",
|
||||
"title": "SOMA Connect"
|
||||
}
|
||||
},
|
||||
"title": "Soma"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user