-
Notifications
You must be signed in to change notification settings - Fork 18
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
Please add support for venetian blind slat tilting #23
Comments
Sounds like a useful feature for people with Venetian Blinds. Do you want to write up a PR that covers your use case and then we can review? |
I've never written up a PR. How/where do I start? |
I've created Venetian Blind support #205 but what now? |
Ah I might have misunderstood your comment in the first message here.
With a PR, I was suggesting that you implement the code change that your a proposing for Venetian Blinds and then we can review the code and merge it. |
I kind of think the coding for this is beyond my abilities. I can read and mostly understand code and I can hack or copy/paste or make minor tweaks but writing my own code is really outside my depth of knowledge at present. I will do whatever I can though... |
I would need to understand how the current code works in detail but even then, implemented something different would be a huge challenge for me. This is not something I have tacked before... |
I do have a vision of what I am proposing but implementing it??? |
No worries :) We can leave it open as a help-wanted issue and maybe someone else will contribute to it. Otherwise I will probably be able to take a look at it at some point, but I don't want to make a time commitment on when. |
Is your feature request related to a problem? Please describe.
I would like to see the correct visual representation for my venetian blinds tilt position.
Describe the solution you'd like
This would require another option to the
background:
slider option (currently solid, gradient, triangle, striped, custom) whereby the visual would be extremely thin lines at 50% tilt and changing to increasing thicker lines as the percentage increases or decreases away from 50% becoming completely opaque at 0% and 100%. The thickness of the lines would come from the percentage of tilt with 50% being 1px and increase to whatever px is required to fill the window at 0 and 100. A formula likeabs( 50 - state(cover.blind) )
would give you 0px to 50px. The action of the slider opening/closing would come from another HA entity responsible for raising/lowering the blind.So in essence the slider portion would come from 1 entity that raises/lowers the blind, which needs to be optional since in my case I do not have that feature automated, only tilt. The tilt entity would then only control the background image...thin lines becoming thicker and thicker as they tilt up/down
Describe alternatives you've considered
Writing my own???
Additional context
The text was updated successfully, but these errors were encountered: