Replies: 5 comments 5 replies
-
|
Hi, I'm facing the same confusion. I raised an issue to have this explained: #12104 |
Beta Was this translation helpful? Give feedback.
-
|
@Koenkk your input here is invaluable as this has been reported as a confusion in multiple places by multiple people. |
Beta Was this translation helpful? Give feedback.
-
|
If optimistic is false, the group will not change state anymore based on state changes of its members. It will only change its state when you control the group. |
Beta Was this translation helpful? Give feedback.
-
@Koenkk Unfortunately I wouldn't know how to do this, however there's a really quick way to reproduce this on any environment. All you need are two lights: "1000": # large ID numbers to avoid collision
friendly_name: all_lights_test_group
optimistic: false
devices:
- light_1 # mutual member
- light_2
"1001":
friendly_name: some_of_all_lights_test_group
devices:
- light_1 # mutual member
The documentation says about
So I wonder if |
Beta Was this translation helpful? Give feedback.
-
|
As I think this is a bug, and the other question has already been address, I've opened an issue and will close this discussion: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the documentation it’s said that if group:optimistic is true then a single device turning on, will change the group state to on, and that changing the group state will change all devices state.
I want to inquire about optimistic false, are these statements correct?:
Beta Was this translation helpful? Give feedback.
All reactions