mirror of
https://github.com/home-assistant/core.git
synced 2025-09-13 08:41:32 +02:00
Fix missing sentence-casing in somfy_mylink
(#150463)
This commit is contained in:
@@ -29,13 +29,13 @@
|
|||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
"title": "Configure MyLink Options",
|
"title": "Configure MyLink options",
|
||||||
"data": {
|
"data": {
|
||||||
"target_id": "Configure options for a cover."
|
"target_id": "Configure options for a cover."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"target_config": {
|
"target_config": {
|
||||||
"title": "Configure MyLink Cover",
|
"title": "Configure MyLink cover",
|
||||||
"description": "Configure options for `{target_name}`",
|
"description": "Configure options for `{target_name}`",
|
||||||
"data": {
|
"data": {
|
||||||
"reverse": "Cover is reversed"
|
"reverse": "Cover is reversed"
|
||||||
|
Reference in New Issue
Block a user