mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00: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:
parent
0d309aa632
commit
83fdc07df0
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user