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": {
|
||||
"init": {
|
||||
"title": "Configure MyLink Options",
|
||||
"title": "Configure MyLink options",
|
||||
"data": {
|
||||
"target_id": "Configure options for a cover."
|
||||
}
|
||||
},
|
||||
"target_config": {
|
||||
"title": "Configure MyLink Cover",
|
||||
"title": "Configure MyLink cover",
|
||||
"description": "Configure options for `{target_name}`",
|
||||
"data": {
|
||||
"reverse": "Cover is reversed"
|
||||
|
Reference in New Issue
Block a user