mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 05:57:01 +00:00
15 lines
267 B
JSON
15 lines
267 B
JSON
{
|
|
"services": {
|
|
"invoke_pin": {
|
|
"name": "Invoke PIN",
|
|
"description": "Invokes a pin on the specified device.",
|
|
"fields": {
|
|
"pin": {
|
|
"name": "PIN",
|
|
"description": "Which pin to invoke."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|