Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks on_XXXX events #3

Open
NeoMatrixJR opened this issue Dec 30, 2023 · 2 comments
Open

Breaks on_XXXX events #3

NeoMatrixJR opened this issue Dec 30, 2023 · 2 comments

Comments

@NeoMatrixJR
Copy link

have on_magiquest triggers in my remote receiver calling homeassistant.service calls. They will not work. I've tested the same calls under binary_input's on_press...this works.

@jest0025
Copy link

jest0025 commented Feb 3, 2024

修改"init.py"檔案
在 async def to_code(config):
triggers = await remote_base.build_triggers(config) //增加事件?
for trigger in triggers:
cg.add(var.register_listener(trigger))

@NeoMatrixJR
Copy link
Author

Produces

INFO ESPHome 2023.12.9
INFO Reading configuration /config/esphome/m5atom1.yaml...
INFO Generating C++ source...
ERROR ID remote_base_magiquesttrigger is already registered.

I'll need to figure out how to dig into this a bit more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants