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
Logger: homeassistant.components.light
Source: helpers/deprecation.py:222
integration: Light (documentation, issues)
First occurred: 22:53:42 (2 occurrences)
Last logged: 22:53:42
ATTR_COLOR_TEMP was used from xiaomi_gateway3, this is a deprecated constant which will be removed in HA Core 2026.1. Use kelvin equivalent (ATTR_COLOR_TEMP_KELVIN) instead, please report it to the author of the 'xiaomi_gateway3' custom integration
The text was updated successfully, but these errors were encountered:
2025-01-16 15:30:28.156 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.13/site-packages/miio/miot_device.py:23: FutureWarning: functools.partial will be a method descriptor in future Python versions; wrap it in enum.member() if you want to preserve the old behavior
Bool = partial(_str2bool)
2025-01-16 15:30:30.509 WARNING (ImportExecutor_0) [homeassistant.components.light] ATTR_COLOR_TEMP was used from xiaomi_gateway3, this is a deprecated constant which will be removed in HA Core 2026.1. Use kelvin equivalent (ATTR_COLOR_TEMP_KELVIN) instead, please report it to the author of the 'xiaomi_gateway3' custom integration
2025-01-16 15:30:30.514 WARNING (ImportExecutor_0) [homeassistant.components.light] ATTR_COLOR_TEMP was used from xiaomi_gateway3, this is a deprecated constant which will be removed in HA Core 2026.1. Use kelvin equivalent (ATTR_COLOR_TEMP_KELVIN) instead, please report it to the author of the 'xiaomi_gateway3' custom integration
2025-01-29 22:31:12.201 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_gateway3' is using mireds for warmest light color temperature, when it should be adjusted to use the kelvin attribute `_attr_min_color_temp_kelvin` or override the kelvin property `min_color_temp_kelvin`, possibly with default DEFAULT_MIN_KELVIN (see https://github.com/home-assistant/core/pull/79591) at custom_components/xiaomi_gateway3/hass/entity.py, line 158: self._async_write_ha_state(). This will stop working in Home Assistant 2026.1, please create a bug report at https://github.com/AlexxIT/XiaomiGateway3/issues
Warning after upgrade to HA 2025.1
The text was updated successfully, but these errors were encountered: