You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When restarting Home Assistant, there is an error in the logs. which is related to the light entity from microwave.
Logger: homeassistant.components.light
Source: components/light/__init__.py:1267
integration: Light (documentation, issues)
First occurred: 12:42:36 AM (1 occurrences)
Last logged: 12:42:36 AM
None (<class 'custom_components.smartthinq_sensors.light.LGELight'>) does not set supported color modes, this will stop working in Home Assistant Core 2025.3, please create a bug report at https://github.com/ollo69/ha-smartthinq-sensors/issues
Note: There is also a ColorMode.BRIGHTNESS but I don't know if that fits since you have to change brightness via effect. So I think ColorMode.ONOFF is most accurate for the microwave light.
Below is screenshot and state of the light entity from my microwave.
light.microwave_light
Microwave Light
off
effect_list: LOW, HIGH
supported_color_modes: onoff
effect: null
color_mode: null
friendly_name: Microwave Light
supported_features: 4
icon: mdi:microwave
Environment details:
Environment (HASSIO, Raspbian, etc): Home Assistant OS
Home Assistant version installed: 2024.5.1
Component version installed: 0.39.1
Last know working version: n/a
LG device type and model with issue: WMVEL2137-MicrowaveOven (MICROWAVE) by LG Firmware: clip_ble_v1.9.198
The text was updated successfully, but these errors were encountered:
Describe the bug
When restarting Home Assistant, there is an error in the logs. which is related to the light entity from microwave.
Here is a blog post on HA Developers site about change and link to developer docs for light color mode. It seems that it's now required to specify
ColorMode.ONOFF
insupported_color_modes
instead of leaving it blank.Note: There is also a
ColorMode.BRIGHTNESS
but I don't know if that fits since you have to change brightness via effect. So I thinkColorMode.ONOFF
is most accurate for the microwave light.Below is screenshot and state of the light entity from my microwave.
![Screen Shot 2024-05-05 at 1 53 30 AM](https://private-user-images.githubusercontent.com/9065557/327992664-f8d3a612-1bdb-42bd-8f55-6080b54a2f5f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzQxODgsIm5iZiI6MTczOTE3Mzg4OCwicGF0aCI6Ii85MDY1NTU3LzMyNzk5MjY2NC1mOGQzYTYxMi0xYmRiLTQyYmQtOGY1NS02MDgwYjU0YTJmNWYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDc1MTI4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Y2NmMjNmMTE5NDEyOGE1Y2EwOGNkZWUyOGQzOGI5MjBlODlmM2E0MjVhN2VmNDU1MzlhNWZmNDhkOTJkMTllNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.sHhHb6q3wuqnb3RGfHYUXWy0zvt7iO4PUfg8OPC0LDI)
Environment details:
The text was updated successfully, but these errors were encountered: