Skip to content

Commit

Permalink
Hint for using 433Mhz transmitter (#3521)
Browse files Browse the repository at this point in the history
This has to be added in order for the example to work, otherwise the example won't work because homeassistant is expecting a feedback sensor (for 433 transmitters, there is usually no feedback from e.g. the RC-lightbulb)
  • Loading branch information
DominikBitzer authored Jan 7, 2024
1 parent 3162638 commit b510a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/remote_transmitter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,7 @@ earlier, create a new template switch that sends the RF code when triggered:
switch:
- platform: template
name: RF Power Button
optimistic: true
turn_on_action:
- remote_transmitter.transmit_rc_switch_raw:
code: '100010000000000010111110'
Expand Down

0 comments on commit b510a08

Please sign in to comment.