Merge branch 'current' into next

This commit is contained in:
Jesse Hills 2023-06-20 11:10:37 +12:00
commit 5973c2547a
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
2 changed files with 15 additions and 2 deletions

View File

@ -898,6 +898,10 @@ earlier, create a new template switch that sends the RF code when triggered:
- remote_transmitter.transmit_rc_switch_raw:
code: '100010000000000010111110'
protocol: 2
repeat:
times: 10
wait_time: 0s
# Or for raw code
switch:
@ -912,6 +916,15 @@ earlier, create a new template switch that sends the RF code when triggered:
Recompile again, when you power up the device the next time you will see a new switch
in the frontend. Click on it and you should see the remote signal being transmitted. Done!
.. note::
Some devices require that the transmitted code be repeated for the signal to be picked up
as valid. Also the interval between repetitions can be important. Check that the pace of
repetition logs are consistent between the remote controller and the transmitter node.
You can adjust the ``repeat:`` settings accordingly.
See Also
--------

View File

@ -5,13 +5,13 @@
.. seo::
:description: ESPHome Homepage - Reimagining DIY Home Automation. ESPHome is a framework that
tries to provide the best possible use experience for using ESP8266 and ESP32 microcontrollers
tries to provide the best possible use experience for using ESP8266, ESP32 and RP2040 microcontrollers
for Home Automation. Just write a simple YAML configuration file and get your own customized firmware.
:image: logo.svg
.. image:: /images/logo-text.svg
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
ESPHome is a system to control your ESP8266/ESP32 and RP2040 by simple yet powerful configuration files and control them remotely through Home Automation systems.
.. image:: /images/hero.png