You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
send_rf_command:
alias: Send RF command sequenceicon: "mdi:radio-tower"description: Sends a series of settings to the sonoff RF Bridge to set star-lightfields:
RfSync:
description: RfSync value from rfbridgeexample: '12200'RfLow:
description: RfLow value from rfbridgeexample: '430'RfHigh:
description: RfHigh value from rfbridgeexample: '1250'RfCode:
description: 'RfCode value from rfbridge, must start with #'example: '#D10601'sequence:
- service: mqtt.publishdata_template:
topic: cmnd/rfbridge/RfSyncpayload: '{{ RfSync }}'
- service: mqtt.publishdata_template:
topic: cmnd/rfbridge/RfLowpayload: '{{ RfLow }}'
- service: mqtt.publishdata_template:
topic: cmnd/rfbridge/RfHighpayload: '{{ RfHigh }}'
- service: mqtt.publishdata_template:
topic: cmnd/rfbridge/RfCodepayload: '{{ RfCode }}'
It shows this error:
As far as I can see that is allowed to use in scripts.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It shows this error:
As far as I can see that is allowed to use in scripts.
The text was updated successfully, but these errors were encountered: