Skip to content

Commit f458ede

Browse files
authored
Small fixes to user-facing strings of webostv (home-assistant#149359)
1 parent d85ffee commit f458ede

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

homeassistant/components/webostv/strings.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"pairing": {
15-
"title": "LG webOS TV Pairing",
15+
"title": "LG webOS TV pairing",
1616
"description": "Select **Submit** and accept the pairing request on your TV.\n\n![Image](/static/images/config_webos.png)"
1717
},
1818
"reauth_confirm": {
@@ -37,7 +37,7 @@
3737
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
3838
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
3939
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
40-
"wrong_device": "The configured device is not the same found on this Hostname or IP address."
40+
"wrong_device": "The configured device is not the same found at this hostname or IP address."
4141
}
4242
},
4343
"options": {
@@ -70,7 +70,7 @@
7070
"fields": {
7171
"entity_id": {
7272
"name": "Entity",
73-
"description": "Name(s) of the webostv entities where to run the API method."
73+
"description": "Name(s) of the webOS TV entities where to run the API method."
7474
},
7575
"button": {
7676
"name": "Button",
@@ -92,7 +92,7 @@
9292
},
9393
"payload": {
9494
"name": "Payload",
95-
"description": "An optional payload to provide to the endpoint in the format of key value pair(s)."
95+
"description": "An optional payload to provide to the endpoint in the format of key value pairs."
9696
}
9797
}
9898
},
@@ -102,7 +102,7 @@
102102
"fields": {
103103
"entity_id": {
104104
"name": "Entity",
105-
"description": "Name(s) of the webostv entities to change sound output on."
105+
"description": "Name(s) of the webOS TV entities to change sound output on."
106106
},
107107
"sound_output": {
108108
"name": "Sound output",
@@ -134,7 +134,7 @@
134134
"message": "Unknown trigger platform: {platform}"
135135
},
136136
"invalid_entity_id": {
137-
"message": "Entity {entity_id} is not a valid webostv entity."
137+
"message": "Entity {entity_id} is not a valid webOS TV entity."
138138
},
139139
"source_not_found": {
140140
"message": "Source {source} not found in the sources list for {name}."

tests/components/webostv/test_trigger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ async def test_trigger_invalid_entity_id(
182182
},
183183
)
184184

185-
assert f"Entity {invalid_entity} is not a valid {DOMAIN} entity" in caplog.text
185+
assert f"Entity {invalid_entity} is not a valid webOS TV entity" in caplog.text

0 commit comments

Comments
 (0)