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

Fix retrieving history when the entity was unavailable #1335

Commits on Apr 14, 2024

  1. Fix retrieving history when the entity was unavailable

    If the entity was unavailable at some point, it seems we get
    `unavailable` returned in its history. Currently, we'll try to progress
    this value as if it were a number, and we get:
    
    > Could not convert 'unavailable' to float in check_ambient_air_temperature()
    
    in the logs. We can suppress this by filtering out such values before
    trying to process them.
    iainlane committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0d4d7ce View commit details
    Browse the repository at this point in the history