Skip to content

Deprecating warnings in logs #146

@mmstano

Description

@mmstano

Logger: homeassistant.components.light
Source: helpers/deprecation.py:221
integration: Light (documentation, issues)
First occurred: 10:51:46 PM (2 occurrences)
Last logged: 10:51:46 PM

ATTR_COLOR_TEMP was used from cync_lights, 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 'cync_lights' custom integration

AND

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:292
First occurred: 10:51:47 PM (2 occurrences)
Last logged: 10:51:47 PM

Detected that custom integration 'cync_lights' 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 home-assistant/core#79591). This will stop working in Home Assistant 2026.1, please report it to the author of the 'cync_lights' custom integration
Detected that custom integration 'cync_lights' is using mireds for coldest light color temperature, when it should be adjusted to use the kelvin attribute _attr_max_color_temp_kelvin or override the kelvin property max_color_temp_kelvin, possibly with default DEFAULT_MAX_KELVIN (see home-assistant/core#79591). This will stop working in Home Assistant 2026.1, please report it to the author of the 'cync_lights' custom integration

AND

Logger: homeassistant.components.light
Source: components/light/init.py:1249
integration: Light (documentation, issues)
First occurred: 10:51:47 PM (5 occurrences)
Last logged: 10:51:47 PM

None (<class 'custom_components.cync_lights.light.CyncRoomEntity'>) sets invalid supported color modes {<ColorMode.BRIGHTNESS: 'brightness'>, <ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.RGB: 'rgb'>}, this will stop working in Home Assistant Core 2025.3, please report it to the author of the 'cync_lights' custom integration
None (<class 'custom_components.cync_lights.light.CyncSwitchEntity'>) sets invalid supported color modes {<ColorMode.BRIGHTNESS: 'brightness'>, <ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.RGB: 'rgb'>}, this will stop working in Home Assistant Core 2025.3, please report it to the author of the 'cync_lights' custom integration

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions