adaptive-lighting icon indicating copy to clipboard operation
adaptive-lighting copied to clipboard

Implementing device_state_attributes

Open cogneato opened this issue 3 years ago • 0 comments

Version information:

core-2021.12.0.dev20211118

Description:

There is now a warning in the nightly builds for integrations which are implementing device_state_attributes. Going forward it is preferred that any feature which is significant should be an entity instead of an attribute.

Logger: homeassistant.helpers.entity
Source: helpers/entity.py:521
First occurred: 8:45:57 AM (333 occurrences)
Last logged: 9:04:58 AM

Entity switch.adaptive_lighting_living_room (<class 'custom_components.adaptive_lighting.switch.AdaptiveSwitch'>) implements device_state_attributes. Please report it to the custom component author.
Entity switch.adaptive_lighting_kitchen (<class 'custom_components.adaptive_lighting.switch.AdaptiveSwitch'>) implements device_state_attributes. Please report it to the custom component author.

cogneato avatar Nov 18 '21 16:11 cogneato