mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
15 lines
384 B
JSON
15 lines
384 B
JSON
{
|
|
"services": {
|
|
"send": {
|
|
"description": "Sends RF code to Pilight device.",
|
|
"fields": {
|
|
"protocol": {
|
|
"description": "Protocol that Pilight recognizes. See {pilight_protocols_docs_url} for supported protocols and additional parameters that each protocol supports.",
|
|
"name": "Protocol"
|
|
}
|
|
},
|
|
"name": "Send"
|
|
}
|
|
}
|
|
}
|