core/homeassistant/components/pilight/strings.json

15 lines
403 B
JSON

{
"services": {
"send": {
"name": "Send",
"description": "Sends RF code to Pilight device.",
"fields": {
"protocol": {
"name": "Protocol",
"description": "Protocol that Pilight recognizes. See https://manual.pilight.org/protocols/index.html for supported protocols and additional parameters that each protocol supports."
}
}
}
}
}