Hey guys,
I noticed that in my states page there are multiple instances of group.all_switches
.
I have a total of 18 groups that include all my switches.
group.all_switches, group.all_switches_1 ... group.all_switches_17
-
The first one (
group.all_switches
) includes all the switches that are passed over by my home_assistant_remote component.
I have an rpi with a bunch of gpio devices that i control through the above component. -
All the other groups (1-17) are identical and include my main home assistant switches, over and over again.
-
I dont use a prefix on the remote, as my whole configuration is set up with those switch/sensor names. If i use a prefix, or disable home assistant remote, everything goes back to normal - i get one
group.all_switches
and onegroup.ha_remote_prefix_all_switches
-
The switches passed over by home_assisstant_remote are 18 in total, so the same number of groups are created.
-
This does not happen with other all_* groups.
Anyone has any idea on how to fix this (not that it’s causing a problem, but obviously something is wrong).
Is there some way to stop the remote_HA from creating those automatic all_* groups?
Thanks in advance.