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

Add transmit pioneer (#922)

* Added pioneer_protocol to support transmit_pioneer
This commit is contained in:
Keith Burzinski
2020-01-13 16:39:17 -06:00
committed by Brandon Davidson
parent 30ecb58e06
commit 6a60f01753
5 changed files with 235 additions and 2 deletions

View File

@@ -356,6 +356,8 @@ CONF_RANGE_FROM = 'range_from'
CONF_RANGE_TO = 'range_to'
CONF_RATE = 'rate'
CONF_RAW = 'raw'
CONF_RC_CODE_1 = 'rc_code_1'
CONF_RC_CODE_2 = 'rc_code_2'
CONF_REBOOT_TIMEOUT = 'reboot_timeout'
CONF_RECEIVE_TIMEOUT = 'receive_timeout'
CONF_RED = 'red'