-
Notifications
You must be signed in to change notification settings - Fork 521
Add light-level-fan profile #2581
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
base: main
Are you sure you want to change the base?
Conversation
|
Duplicate profile check: Passed - no duplicate profiles detected. |
|
Invitation URL: |
Test Results 71 files 469 suites 0s ⏱️ Results for commit 6f7e2d5. |
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against 6f7e2d5 |
| local generic_profile = function(s) return string.find(updated_profile or "", s, 1, true) end | ||
| if generic_profile("plug-binary") or generic_profile("plug-level") then | ||
| if (generic_profile("plug-binary") or generic_profile("light-binary")) and fan_control_supported then | ||
| updated_profile = "switch-fan" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this profile exist already? I don't see it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops, did some copy pasting from this PR where that guy does exist
Description of Change
Add light-level-fan profile
Summary of Completed Tests