mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 11:45:09 +02:00
Fix inconsistent spelling of "PIN" vs. "pin" (#133655)
As "PIN" is an abbreviation it should be all-caps throughout the UI. This commit fixes two inconsistent occurrences in the invoke_pin action.
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user