djtimca / hagooglewifi

Home Assistant integration for Google Wifi systems.
Apache License 2.0
79 stars 26 forks source link

Entity sensor.google_wifi_system_aaaaabv5rl0_total_devices (<class 'custom_components.googlewifi.sensor.GoogleWifiConnectedDevices'>) implements device_state_attributes. Please report it to the custom component author. #54

Closed emile-bodin closed 2 years ago

emile-bodin commented 2 years ago

Recently updated supervisor to version core-2021.12.1

Now logs entries as below appear.

 Logger: homeassistant.helpers.entity
Source: helpers/entity.py:549
First occurred: 08:44:50 (80 occurrences)
Last logged: 10:14:13

    Entity sensor.google_wifi_system_aaaaabv5rl0_total_devices (<class 'custom_components.googlewifi.sensor.GoogleWifiConnectedDevices'>) implements device_state_attributes. Please report it to the custom component author.
    Entity switch.google_nest_mini (<class 'custom_components.googlewifi.switch.GoogleWifiSwitch'>) implements device_state_attributes. Please report it to the custom component author.
    Entity switch.pc_pc_windows_device (<class 'custom_components.googlewifi.switch.GoogleWifiSwitch'>) implements device_state_attributes. Please report it to the custom component author.
DerekF35 commented 2 years ago

Is this breaking any functionality for you or just a warning? I'm trying to figure out if I should press the update button on supervisor or not.

emile-bodin commented 2 years ago

No issues, I believe this is just a warning for some deprecated functions in HA.

Developer should make some changes as per https://github.com/home-assistant/core/pull/47304

Suggested plan for deprecation: Start logging a warning in 2021.6 Remove backwards compatibility in 2021.10

djtimca commented 2 years ago

This should be fixed in the January release.