diff --git a/homeassistant/components/openhome/strings.json b/homeassistant/components/openhome/strings.json index b13fb997b7f..a757a2cb31c 100644 --- a/homeassistant/components/openhome/strings.json +++ b/homeassistant/components/openhome/strings.json @@ -2,11 +2,11 @@ "services": { "invoke_pin": { "name": "Invoke PIN", - "description": "Invokes a pin on the specified device.", + "description": "Invokes a PIN on the specified device.", "fields": { "pin": { "name": "PIN", - "description": "Which pin to invoke." + "description": "Which PIN to invoke." } } }