Hi, I managed to get the rfxtrx integration working (great work!).
Just wondering why the rfxtrx-lights look different in an entity-list from what the other lights look like.
I’ve tried tweaking this with customization, but to no avail (yet). Any ideas?
Set
assumed_state: false
In customization
Yes! That did the trick. Wouldn’t have guessed that was what “assumed state” referred to, so thanks for pointing that out. Struggled a bit with it at first, therefore two warnings for future readers:
- Unchecking assumed_state through the UI does not give the desired result, it puts
light.this_is_a_light: {}
in the customize.yaml, instead oflight.this_is_a_light: false
. After changing that manually, I first stumbled upon point two. - As can be read here: New customize information will be applied the next time the state of the entity gets updated.