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

Add send_every to uart switch for recurring data (#1514)

This commit is contained in:
Gabe Cook
2021-02-27 16:53:53 -06:00
committed by GitHub
parent 520c4331e3
commit 08ecca86bc
4 changed files with 43 additions and 5 deletions

View File

@@ -1617,6 +1617,10 @@ switch:
- platform: uart
name: 'UART Bytes Output'
data: [0xDE, 0xAD, 0xBE, 0xEF]
- platform: uart
name: 'UART Recurring Output'
data: [0xDE, 0xAD, 0xBE, 0xEF]
send_every: 1s
- platform: template
assumed_state: yes
name: Stepper Switch