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

edit the accuracy_decimals from 0 to 1 for the humidity/temp/ so that users dont have to edit the code to see humidity to tenth place #10

Open
bharvey88 opened this issue Aug 30, 2024 · 0 comments
Assignees

Comments

@bharvey88
Copy link

sensor:

  • platform: sen5x
    id: !extend sen55
    #Humidity accuracy change
    humidity:
    name: "SEN55 Humidity"
    filters:
    - lambda: return x - id(sen55_humidity_offset).state;
    accuracy_decimals: 1

I propose we change the accuracy_decimals from 0 to 1 for multiple entiites.

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

No branches or pull requests

2 participants