mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +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": {
|
"create_entry": {
|
||||||
"default": "Successfully authenticated with Soma."
|
"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"
|
"title": "Soma"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -8,6 +8,16 @@
|
|||||||
"create_entry": {
|
"create_entry": {
|
||||||
"default": "Successfully authenticated with Soma."
|
"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"
|
"title": "Soma"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user