diff --git a/source/_components/light.limitlessled.markdown b/source/_components/light.limitlessled.markdown
index 5373e34b878..2dcf4d9c7a8 100644
--- a/source/_components/light.limitlessled.markdown
+++ b/source/_components/light.limitlessled.markdown
@@ -90,3 +90,16 @@ When starting Home Assistant, the last recorded state will be shown. This might
If you control your LimitlessLED lights via the MiLight mobile application or other means while Home Assistant is running, Home Assistant can not track those changes and you may observe obsolete information.
This lack of synchronization is due to a LimitlessLED limitation.
+
+
+
+
+
+Because LimitlessLED lights may have an obsolete state, Home Assistant shows the power switch as two buttons rather than a toggle. This ensures that the power can be set with a single click even if the assumed state is wrong. You can change to use the power toggle with [Customize](/docs/configuration/customizing-devices/):
+
+```yaml
+homeassistant:
+ customize_domain:
+ light:
+ assumed_state: false
+```
diff --git a/source/images/screenshots/limitlessled_assumed_state.png b/source/images/screenshots/limitlessled_assumed_state.png
new file mode 100644
index 00000000000..ea1b99c3668
Binary files /dev/null and b/source/images/screenshots/limitlessled_assumed_state.png differ