1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[remote_transmitter] Add digital_write automation (#10069)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Jonathan Swoboda
2025-08-05 00:09:37 -04:00
committed by GitHub
parent 589d00f17f
commit 06eb1b6014
6 changed files with 56 additions and 1 deletions

View File

@@ -204,3 +204,9 @@ button:
command: 0xEC
rc_code_1: 0x0D
rc_code_2: 0x0D
- platform: template
name: Digital Write
on_press:
- remote_transmitter.digital_write: true
- remote_transmitter.digital_write:
value: false