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

Fix id allow list mistake in MQTT+HASS example #2602

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Fix id allow list mistake in MQTT+HASS example #2602

merged 1 commit into from
Aug 16, 2023

Conversation

ajacques
Copy link
Contributor

It looks like the --ids argument is broken right now and all devices are being exposed to HomeAssistant. The previous commit 315b98b tried to fix a bug. id in data doesn't check if the data object has a key called id, it's checking to see if the data dict has the built-in function id.

@zuckschwerdt zuckschwerdt merged commit 4f15236 into merbanan:master Aug 16, 2023
5 checks passed
@zuckschwerdt
Copy link
Collaborator

You are right, good catch. Thanks!

penfold42 pushed a commit to penfold42/rtl_433 that referenced this pull request Aug 21, 2023
andrewjw pushed a commit to andrewjw/rtl_433 that referenced this pull request Sep 29, 2023
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

Successfully merging this pull request may close these issues.

2 participants