File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
homeassistant/components/webostv Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 "
1717 },
1818 "reauth_confirm" : {
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" : {
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" ,
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 },
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" ,
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}."
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments