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

Hiding individual devices in a group from HA integration? #2089

Closed
jwilling opened this issue Oct 6, 2019 · 10 comments
Closed

Hiding individual devices in a group from HA integration? #2089

jwilling opened this issue Oct 6, 2019 · 10 comments
Labels
feature request Feature request

Comments

@jwilling
Copy link

jwilling commented Oct 6, 2019

Hi. First of all, thanks for all of your effort on this project. It's been a lot of fun to play with and works quite well!

I'm experimenting with the groups feature right now. I've created a group for three bulbs, and added the group to HA as the documentation describes through a light platform. This works well — I can control the group and each individual light through HA. The light entities themselves show up automatically due to auto discovery.

The thing is, I'd like to only see the group in HA, not each individual bulb. I know there's ways to hide entities in HA, but I'd prefer it to be done on the Z2M side. I don't see a way to do this with the current configuration options. I only see an option to blacklist entities, which isn't what I want. Am I missing something that exists? If not, could this be a feature request?

@BudBundi
Copy link
Sponsor Contributor

BudBundi commented Oct 6, 2019

So you want the configuration homeassistant: false on device level, I think it isn't possible at the moment

@jwilling
Copy link
Author

jwilling commented Oct 7, 2019

Yes that'd be one way to do it. And thanks for confirming!

@Koenkk Koenkk added the feature request Feature request label Oct 7, 2019
Koenkk added a commit to Koenkk/zigbee2mqtt.io that referenced this issue Oct 7, 2019
@Koenkk
Copy link
Owner

Koenkk commented Oct 7, 2019

@Koenkk Koenkk closed this as completed Oct 7, 2019
@jwilling
Copy link
Author

jwilling commented Oct 7, 2019

You're actually a legend. Thank you Koen!

@K-RAD
Copy link

K-RAD commented Feb 5, 2023

Implemented, see https://github.com/Koenkk/zigbee2mqtt.io/blob/develop/docs/configuration/device_specific_configuration.md for docs. Thanks @jwilling and @BudBundi

I can't seem to find the option to hide the device, and that documentation link is not available anymore

@BudBundi
Copy link
Sponsor Contributor

BudBundi commented Feb 5, 2023

Implemented, see https://github.com/Koenkk/zigbee2mqtt.io/blob/develop/docs/configuration/device_specific_configuration.md for docs. Thanks @jwilling and @BudBundi

I can't seem to find the option to hide the device, and that documentation link is not available anymore

You can find it here: https://www.zigbee2mqtt.io/guide/configuration/devices-groups.html

under the device, add 'homeassistant: null' to disable the discovery for this device

@NPutting
Copy link

Bit stale but is there a way to do this from the GUI now?

@lanwin
Copy link

lanwin commented Jul 7, 2024

Any plans to bring this to ui? Would be very helpful.

@verdel
Copy link

verdel commented Jul 9, 2024

@Koenkk, do I understand correctly that the homeassistant: null option can only be used with devices? This option cannot be used with groups to hide them from HomeAssistant? Or can groups also be hidden?

@bzumik1
Copy link

bzumik1 commented Jul 13, 2024

Any plans to bring this to ui? Would be very helpful.

I would also appreciate to have this option available in UA. Maybe there could be also button in group view which would hide all devices in the group.

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

No branches or pull requests

8 participants