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

Implement Feature Request 1088 #1625

Merged
merged 3 commits into from
Feb 28, 2025
Merged

Conversation

vinnyfuria
Copy link
Contributor

Description

Implementation of #1088. Specifically:

  1. Added current humidity to state info
  2. Added status badge to indicate if humidifier is idle or not

Related Issue

This PR fixes or closes issue: fixes #1088

Motivation and Context

Makes the humidifier card match features with climate card providing more information to users.

How Has This Been Tested

Tested locally following "developer" instructions.

Types of changes

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 🌎 Translation (addition or update a translation)
  • ⚙️ Tech (code style improvement, performance improvement or dependencies bump)
  • 📚 Documentation (fix or addition in the documentation)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have tested the change locally.
  • I followed the steps if I add a new language .

1. Added current humidity to state info
2. Added status badge to indicate if humidifier is idle or not
Copy link

@mxr mxr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable but I haven't tested on my end

Mostly removing unneeded code and improving readability.
Copy link
Owner

@piitaya piitaya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you !
Sorry for the late review.
I added a small change : use a different icon if idle. Otherwise it's ok for me 🙂

@piitaya piitaya merged commit 3872aa4 into piitaya:main Feb 28, 2025
1 check passed
@piitaya piitaya added the enhancement New feature or request label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Show current humidity level in humidifier card
3 participants