mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
fixes samsung ir (#738)
fixes https://github.com/esphome/issues/issues/691
This commit is contained in:
parent
d4e0e1518a
commit
f4f1164b94
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ def samsung_dumper(var, config):
|
|||
|
||||
@register_action('samsung', SamsungAction, SAMSUNG_SCHEMA)
|
||||
def samsung_action(var, config, args):
|
||||
template_ = yield cg.templatable(config[CONF_DATA], args, cg.uint16)
|
||||
template_ = yield cg.templatable(config[CONF_DATA], args, cg.uint32)
|
||||
cg.add(var.set_data(template_))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue