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

MSG100 does not appear in Entity Registry #3

Closed
coolguymatt opened this issue Jun 21, 2019 · 7 comments
Closed

MSG100 does not appear in Entity Registry #3

coolguymatt opened this issue Jun 21, 2019 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@coolguymatt
Copy link
Contributor

I have two devices, an MSG100 (garage door opener) and MSL120 (light bulb). The MSL120 appears in the Entity Registry but the MSG100 does not. Functionality isn't affected but figured I would mention it.

@albertogeniola
Copy link
Owner

Hi, could you be more precise? What do you mean by saying that the MSG100 does not appear in the Entity Registry? Can you provide a screenshot?

@coolguymatt
Copy link
Contributor Author

Configuration > Entity Registry

Here is the light bulb:
image

But the garage door opener doesn't appear. Reading the dev documentation, it seems that only entities that have a unique ID assigned to them will appear.

@albertogeniola
Copy link
Owner

Well, I'm not sure this is a bug. I think COVER devices are treated differently than others in HA. Was it supposed to appear there?

@coolguymatt
Copy link
Contributor Author

I checked on the Discord channel, and they said that Cover entities aren't handled differently - if they have a unique ID, they should appear in the Entity Registry. It isn't a huge deal - I went through the list and several other things do not appear (example: Lutron Caseta light switches). I just wanted to change the name and didn't feel like editing the customize.yaml file.

@albertogeniola
Copy link
Owner

Hi @coolguymatt ,
thank you for asking in the discord channel. That is valuable piece of information. This probably means I'm failing in assigning the unique ID. I'll try to check that and report back to you!

@albertogeniola
Copy link
Owner

albertogeniola commented Jul 17, 2019

Hi @coolguymatt ,
your comment was so specific and right that I was able to fix the issue in just couple of minutes. Please update the component (maybe using HACS?) and let me know if that works now.

EDIT: by the way, it looks like I've forgotten to implement unique_id() property for the cover device class, exactly as you pointed out.

@albertogeniola albertogeniola added the bug Something isn't working label Jul 17, 2019
@albertogeniola albertogeniola self-assigned this Jul 17, 2019
@coolguymatt
Copy link
Contributor Author

Fixed! Thanks so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants