Hello to all,
I would like to put an automation in place to notify me if any light in my home is “unavailable” or “unknown”. For this reason, i wanted to create a group of all lights and when it’s state is unknown or unavailable it would trigger the automation. Reading the documentation i found the following:
Binary sensor, light, and switch groups allow you set the “All entities” option. When enabled, the group behavior is inverted, and all members of the group have to be on
for the group to turn on
as well. A complete overview of how groups behave when the “All entities” option is enabled:
The group state is unavailable
if all group members are unavailable
.
Otherwise, the group state is unknown
if at least one group member is unknown
or unavailable
.
Otherwise, the group state is off
if at least one group member is off
.
Otherwise, the group state is on
.
However, when i try to create the group in HA i don’t have the “All Entities” option. Is this a bug? Can it be done via YAML, and if yes, what do i need to add to the groups.yaml file?
Sharing a screenshot of a light group in the UI:
Thanks
Replying to my own post… You need to create the helper and edit it after it was created for the option to appear. Please consider this solved, however, it is not clearly visible from the beginning and a change would be much appreciated.
In addition, as per the post 12 and post 15 (Light Group All entities missing - #12 by rolrha and Light Group All entities missing - #15 by stopal ) you need to have the advanced mode enabled on your profile.
Thank you guys for contributing to the solution!
1 Like
freccia
(Giacomo)
February 27, 2023, 5:47pm
3
Hi!
I’ve the issue…
I’ve edited after creation but still not seeing the option.
Do I miss something?
As option is there a way to play with yaml code?
Thank you!
Strange, it should be there:
alh84001
(Matija)
April 9, 2023, 9:50pm
5
I am also missing this option - running on latest stable docker instance.
My use-case is that I want to combine lights ‘vertically’ - I have a KNX-controlled switch light with Zigbee bulbs on the end of that power line.
I’m also seeing the same issue (no “all entities” option visible).
I’m having the same issue, running the latest 2023.9 version.
1 Like
lucayunxiao
(lucayunxiao)
September 19, 2023, 12:36pm
8
The same thing happened to me.
supervisor-2023.09.2
core-2023.9.2
Home Assistant OS 10.5
Hello,
On your screenshot i believe you show the group during creation. Please try to create it first and then edit it. The option should be there after creating it for the first time.
Zarc
(Miles B.)
October 9, 2023, 5:08pm
10
I’m also having the same issue here, docker deployment latest:latest - iirc can check.
Option is mentioned by the dialogue but not visible in the edit screen. Tried on both Edge and Firefox.
Checked on the app too, all entities is not visible there either after creation.
rolrha
(Rolando)
December 26, 2023, 3:53am
12
I had the same issue and found the answer here:
opened 05:06AM - 19 Sep 23 UTC
closed 04:02AM - 20 Sep 23 UTC
### Checklist
- [X] I have updated to the latest available Home Assistant versi… on.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to my browser.
### Describe the issue you are experiencing
In my Home Assistant **OS** 2023.9.2 installation, when I create a light group under Settings > Devices & services > Helpers > Create Helper > Group > Light Group, I am able to add my lights as expected.
See screenshot #1:

When I edit the group to toggle "All entities" however, that option is missing from the UI.
See screenshot #2 and #3:


### Describe the behavior you expected
In my Home Assistant **Docker** 2023.9.2 installation however, the "All entities" option is present and acts as expected. This is what I expect to see also in the OS installation.
See screenshots #4, #5, and #6.
Tl;dr, it appears the "All entities" group helper option exists on Docker but not on Home Assistant OS?



### Steps to reproduce the issue
1. Log into a Home Assistant OS 2023.9.2 installation (I installed via ESXi .ova file)
2. Navigate to: Settings > Devices & services > Helpers > Create Helper > Group > Light Group
3. Name group and add lights (mine were these [wifi TP-Link KL135P2 bulbs from Amazon](https://www.amazon.com/dp/B0964DN9TV?ref=ppx_yo2ov_dt_b_product_details&th=1))
4. Edit group
5. Choose "Group options"
6. All entities toggle missing.
### What version of Home Assistant Core has the issue?
2023.9.2
### What was the last working version of Home Assistant Core?
_No response_
### In which browser are you experiencing the issue with?
Mozilla Firefox 117.0.1
### Which operating system are you using to run this browser?
Windows 11 22H2
### State of relevant entities
_No response_
### Problem-relevant frontend configuration
_No response_
### Javascript errors shown in your browser console/inspector
_No response_
### Additional information
I tried a private window in Firefox and also tried Chrome and Edge, but the problem persisted, even after wiped caches.
I downgraded my **Docker** installation to 2023.8.4 and it worked there also.
My OS installation was via the ESXi .ova file. FWIW, I spun up a few VMs of older Home Assistant OS installs on my ESXi host, and the problem existed all the way back to at least **10.0**. I didn't go past that.
Every version listed in Settings > About in my current Home Assistant OS install:
- Home Assistant 2023.9.2
- Supervisor 2023.09.2
- Operating System 10.5
- Frontend 2023.98.11.0 - latest
Basically, you need to enable “advanced mode” for your profile.
Cheers!
1 Like
dinux
(Dainius)
December 28, 2023, 9:13am
13
Thank you @rolrha It works as expected now.
hvardrino
(Héctor Varghese)
January 3, 2024, 10:41pm
14
Thanks, it solved it for me on 2024.1.0.
Although i dont quite understand the reason of advance mode for this…
stopal
(Stopal)
November 17, 2024, 4:06pm
15
Thanks @rolrha ,
I never would’ve figured out that by myself.
So to activate the “advanced mode” go to your user profile and then you can find it under General → User Settings.
@michaelkrtikos Maybe it would also helpful if you add this to the solution too.