From b510a08540129fa3b3b02c32b2eb0c0341406d6f Mon Sep 17 00:00:00 2001 From: DominikBitzer Date: Sun, 7 Jan 2024 22:06:04 +0100 Subject: [PATCH] Hint for using 433Mhz transmitter (#3521) 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) --- components/remote_transmitter.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/remote_transmitter.rst b/components/remote_transmitter.rst index 1d3c04234..c4e98b709 100644 --- a/components/remote_transmitter.rst +++ b/components/remote_transmitter.rst @@ -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'