1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-21 12:42:21 +01: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

@@ -15,6 +15,7 @@ DUMPERS = {
'nec': remote_ns.NECDumper,
'panasonic': remote_ns.PanasonicDumper,
'raw': remote_ns.RawDumper,
'samsung': remote_ns.SamsungDumper,
'sony': remote_ns.SonyDumper,
'rc_switch': remote_ns.RCSwitchDumper,
}