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

Add support for the RDM004 wall switch from philips #3075

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

aradar
Copy link

@aradar aradar commented Mar 28, 2024

Proposed change

This PR adds support for a newer revision of the wall switch from philips (identifier RDM004). This change is based on a few posts that I found that add support for this newer version via a custom quirk that is just a copy of the old version with a changed MODEL_INFO field in the signature [1][2]

So far, I have not tested this change on my home assistant setup, but this is the next step on my agenda for today :).

Checklist

  • The changes are tested and work correctly
  • pre-commit checks pass / the code has been formatted using Black
  • Tests have been added to verify that the new code works

Copy link

codecov bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.90%. Comparing base (9ccb69a) to head (ed518bf).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #3075   +/-   ##
=======================================
  Coverage   87.90%   87.90%           
=======================================
  Files         300      300           
  Lines        9222     9222           
=======================================
  Hits         8107     8107           
  Misses       1115     1115           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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 this pull request may close these issues.

None yet

1 participant