Bug: Light brightness and color temperature sliders appear inverted in More Info card Checklist
### Checklist
- [x] I have updated to the latest available Home Assistant version.
- [x] I have cleared the cache of my browser.
- [x] I have tried a different browser to see if it is related to my browser.
- [x] I have tried reproducing the issue in [safe mode](https://www.home-assistant.io/blog/2023/11/01/release-202311/#restarting-into-safe-mode) to rule out problems with unsupported custom resources.
### Describe the issue you are experiencing
Bug: Light brightness and color temperature sliders appear inverted in More Info card
Checklist
* Home Assistant version: (fill your version)
* Browser/App: iOS App
* Affected entities:
* Tuya Local light
* Xiaomi light
Description
When using the More Info light controls, the brightness and color temperature sliders appear inverted.
Examples:
* Brightness slider:
* 1% results in the brightest light output.
* 100% results in the dimmest light output.
* Color temperature slider:
* Warm and cold white are reversed compared to the actual device output.
Additional Information
This behavior occurs with multiple integrations:
* Tuya Local
* Xiaomi
The issue is not device-specific.
Testing with direct service calls works correctly:
action: light.turn_on
data:
brightness: 255
and
action: light.turn_on
data:
brightness: 1
produce the expected device behavior.
Testing with Mushroom Light Card also works correctly and displays the controls in the expected direction.
Therefore the issue appears to be related to the More Info light control UI rather than the device integration itself.
Entity attributes example
min_color_temp_kelvin: 2700
max_color_temp_kelvin: 6500
brightness: 255
color_temp_kelvin: 2700
supported_color_modes:
- color_temp
### Describe the behavior you expected
I don’t have
### Steps to reproduce the issue
1.
2.
3.
...
### What version of Home Assistant Core has the issue?
Core-2026.1
### What was the last working version of Home Assistant Core?
_No response_
### In which browser are you experiencing the issue?
_No response_
### Which operating system are you using to run this browser?
_No response_
### State of relevant entities
```txt
```
### Problem-relevant frontend configuration
```yaml
```
### JavaScript errors shown in your browser console/inspector
```txt
```
### Additional information
_No response_
1 条评论