1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 08:15:49 +00:00

Add Samsung IR protocol (#176)

* add Samsung ir protocol

* fix pylint

* add test

* add transmitter
This commit is contained in:
escoand
2018-10-13 19:21:06 +02:00
committed by Otto Winter
parent 1d75ed1ff4
commit 4a2cdbf31c
5 changed files with 28 additions and 8 deletions

View File

@@ -161,6 +161,7 @@ CONF_COMMAND = 'command'
CONF_DATA = 'data'
CONF_NBITS = 'nbits'
CONF_LG = 'lg'
CONF_SAMSUNG = 'samsung'
CONF_SONY = 'sony'
CONF_PANASONIC = 'panasonic'
CONF_REPEAT = 'repeat'