Skip to content

Errors in HA Logs #95

Description

@Waank1

Describe the bug
These Warnings are showing up in Logs.

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:282
First occurred: 16:46:45 (2 occurrences)
Last logged: 16:46:45

Detected that custom integration 'sengledapi' 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 'sengledapi' custom integration

Detected that custom integration 'sengledapi' 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 'sengledapi' custom integration

Logger: homeassistant.components.light
Source: components/light/init.py:1246
integration: Light (documentation, issues)
First occurred: 16:46:34 (1 occurrences)
Last logged: 16:46:34

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

To Reproduce
Steps to reproduce the behavior:
Just use the integration

Expected behavior
Needs to be fixed prior to deprecation

System configuration
System: Bare Metal
HA Version: 2025.3.0
SengledApi Current

configuration.yaml

<YOUR CONFIG HERE>

home-assistant.log

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions