diff --git a/homeassistant/components/openhome/strings.json b/homeassistant/components/openhome/strings.json index a757a2cb31c..f4b15e52e7c 100644 --- a/homeassistant/components/openhome/strings.json +++ b/homeassistant/components/openhome/strings.json @@ -1,12 +1,12 @@ { "services": { "invoke_pin": { - "name": "Invoke PIN", - "description": "Invokes a PIN on the specified device.", + "name": "Play pin", + "description": "Starts playing content pinned on the specified device.", "fields": { "pin": { - "name": "PIN", - "description": "Which PIN to invoke." + "name": "Pin ID", + "description": "ID of the pinned content." } } }