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

Add RC5 IR code support (#432)

This commit is contained in:
Otto Winter
2019-02-16 15:30:59 +01:00
committed by GitHub
parent fcef3be5c7
commit 52c0b45f41
5 changed files with 25 additions and 4 deletions

View File

@@ -162,6 +162,7 @@ CONF_COMMAND = 'command'
CONF_DATA = 'data'
CONF_NBITS = 'nbits'
CONF_JVC = 'jvc'
CONF_RC5 = 'rc5'
CONF_LG = 'lg'
CONF_SAMSUNG = 'samsung'
CONF_SONY = 'sony'