You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is with home-assistant 2021.12.0.b0. I run it in docker.
The integration is setting-up just fine and pulling the data as expected but I get the following warnings:
2021-12-03 23:28:49 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.google_fit_weight (<class 'custom_components.google_fit.sensor.GoogleFitWeightSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-03 23:28:49 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.google_fit_heart_rate (<class 'custom_components.google_fit.sensor.GoogleFitHeartRateSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-03 23:28:49 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.google_fit_height (<class 'custom_components.google_fit.sensor.GoogleFitHeightSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-03 23:28:49 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.google_fit_steps (<class 'custom_components.google_fit.sensor.GoogleFitStepsSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-03 23:28:49 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.google_fit_sleep (<class 'custom_components.google_fit.sensor.GoogleFitSleepSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-03 23:28:49 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.google_fit_move_time (<class 'custom_components.google_fit.sensor.GoogleFitMoveTimeSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-03 23:28:49 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.google_fit_calories (<class 'custom_components.google_fit.sensor.GoogleFitCaloriesSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-03 23:28:49 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.google_fit_distance (<class 'custom_components.google_fit.sensor.GoogleFitDistanceSensor'>) implements device_state_attributes. Please report it to the custom component author.
The text was updated successfully, but these errors were encountered:
I have the same issue with HA core 2021.12.2. This is the log:
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:549
First occurred: 12:38:21 (43 occurrences)
Last logged: 12:38:24
Entity sensor.google_fit_meditation (<class 'custom_components.google_fit.sensor.GoogleFitMeditationSensor'>) implements device_state_attributes. Please report it to the custom component author.
Entity sensor.google_fit_move_time (<class 'custom_components.google_fit.sensor.GoogleFitMoveTimeSensor'>) implements device_state_attributes. Please report it to the custom component author.
Entity sensor.google_fit_calories (<class 'custom_components.google_fit.sensor.GoogleFitCaloriesSensor'>) implements device_state_attributes. Please report it to the custom component author.
Entity sensor.google_fit_distance_km (<class 'custom_components.google_fit.sensor.GoogleFitDistanceKmSensor'>) implements device_state_attributes. Please report it to the custom component author.
Entity sensor.google_fit_distance_mi (<class 'custom_components.google_fit.sensor.GoogleFitDistanceMiSensor'>) implements device_state_attributes. Please report it to the custom component author.
This is with home-assistant 2021.12.0.b0. I run it in docker.
The integration is setting-up just fine and pulling the data as expected but I get the following warnings:
The text was updated successfully, but these errors were encountered: