mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix wrong punctuation in hive
integration (#140390)
This commit is contained in:
parent
95afebceb4
commit
7b7483b254
@ -11,18 +11,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"2fa": {
|
"2fa": {
|
||||||
"title": "Hive two-factor authentication.",
|
"title": "Hive two-factor authentication",
|
||||||
"description": "Enter your Hive authentication code.\n\nPlease enter code 0000 to request another code.",
|
"description": "Enter your Hive authentication code.\n\nPlease enter code 0000 to request another code.",
|
||||||
"data": {
|
"data": {
|
||||||
"2fa": "Two-factor code"
|
"2fa": "Two-factor code"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"configuration": {
|
"configuration": {
|
||||||
|
"title": "Hive configuration",
|
||||||
|
"description": "Enter your Hive configuration.",
|
||||||
"data": {
|
"data": {
|
||||||
"device_name": "Device name"
|
"device_name": "Device name"
|
||||||
},
|
}
|
||||||
"description": "Enter your Hive configuration",
|
|
||||||
"title": "Hive configuration."
|
|
||||||
},
|
},
|
||||||
"reauth": {
|
"reauth": {
|
||||||
"title": "[%key:component::hive::config::step::user::title%]",
|
"title": "[%key:component::hive::config::step::user::title%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user