Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2021.12.0b0: implements device_state_attributes warning #16

Closed
pailloM opened this issue Dec 4, 2021 · 2 comments · Fixed by #20
Closed

2021.12.0b0: implements device_state_attributes warning #16

pailloM opened this issue Dec 4, 2021 · 2 comments · Fixed by #20

Comments

@pailloM
Copy link
Contributor

pailloM commented Dec 4, 2021

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.
@johnreind
Copy link

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.

@cyberjunky
Copy link
Owner

Thanks man!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants