mirror of
https://github.com/esphome/esphome.git
synced 2024-11-26 00:48:19 +01:00
Fix native API services not registered
Fixes https://github.com/esphome/issues/issues/290
This commit is contained in:
parent
ce45c81069
commit
53c182ad37
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ def to_code(config):
|
|||
templ = cg.TemplateArguments(*template_args)
|
||||
trigger = cg.new_Pvariable(conf[CONF_TRIGGER_ID], templ,
|
||||
conf[CONF_SERVICE], service_type_args)
|
||||
cg.add(var.register_user_service(trigger))
|
||||
yield automation.build_automation(trigger, func_args, conf)
|
||||
|
||||
cg.add_define('USE_API')
|
||||
|
|
Loading…
Reference in a new issue