mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Fix missing strings in soma config flow (#27689)
This commit is contained in:
committed by
Martin Hjelmare
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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user