Explain workaround for limitlessled assumed_state (#4856)
* Explain workaround for limitlessled assumed_state
* ✏️ Tiny grammar change
This commit is contained in:
parent
ad10b7ba14
commit
dc018062c0
2 changed files with 13 additions and 0 deletions
|
@ -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.
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/screenshots/limitlessled_assumed_state.png' />
|
||||
</p>
|
||||
|
||||
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
|
||||
```
|
||||
|
|
BIN
source/images/screenshots/limitlessled_assumed_state.png
Normal file
BIN
source/images/screenshots/limitlessled_assumed_state.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue