schmittx / home-assistant-eero

Eero integration for Home Assistant
MIT License
118 stars 23 forks source link

Entity switch LED status light (<class 'custom_components.eero.switch.EeroSwitch'>) implements device_state_attributes. Please report it to the custom component author. #25

Closed cjs28 closed 2 years ago

cjs28 commented 2 years ago

I am getting this log in Home Assistant and reporting as the log mentions. I think it has to do with this pull request merged in HA version 2021.4.

https://github.com/home-assistant/core/pull/47304

In case it helps to have some details about my install.

Version | core-2021.12.6 Installation Type | Home Assistant Container Development | false Supervisor | false Docker | true User | root Virtual Environment | false Python Version | 3.9.7 Operating System Family | Linux Operating System Version | 5.4.0-91-generic

Logger: homeassistant.helpers.entity
Source: helpers/entity.py:549
First occurred: 8:51:20 PM (140 occurrences)
Last logged: 9:20:42 PM

Entity switch.led_status_light (<class 'custom_components.eero.switch.EeroSwitch'>) implements device_state_attributes. Please report it to the custom component author.
Entity switch.led_status_light (<class 'custom_components.eero.switch.EeroSwitch'>) implements device_state_attributes. Please report it to the custom component author.
Entity switch.iphone_paused (<class 'custom_components.eero.switch.EeroSwitch'>) implements device_state_attributes. Please report it to the custom component author.
Entity switch.oneplus_paused (<class 'custom_components.eero.switch.EeroSwitch'>) implements device_state_attributes. Please report it to the custom component author.
Entity binary_local_dns_caching_enabled (<class 'custom_components.eero.binary_sensor.EeroBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
cjs28 commented 2 years ago

I see this was fixed in the latest release for some reason HACS did not prompt me to update. I did a manual update and the issue has been resolved.