ical-sensor-homeassistant
ical-sensor-homeassistant copied to clipboard
Home Assistant 2021.12 Warning - components implements device_state_attributes
I think the Component needs to be updated to accommodate Home Assistant 2021.12 Changes:
Log Message:
2021-12-12 21:59:14 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.ical_xxx_event_0 (<class 'custom_components.ical.sensor.ICalSensor'>) implements device_state_attributes. Please report it to the custom component author.
It was not easy to find the reference to this change, but I got it: https://github.com/home-assistant/core/pull/47304
And it seems like it is a simple "one to one"-replacement: https://github.com/home-assistant/developers.home-assistant/pull/837/files
@tybritten Could we get the PRs for this looked at? Thanks a lot!