Add oven support #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "oven"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add oven (OV) category support.
It works fine with my oven model is a Haier HWO60SM2F3XH.
The one "problem" is the huge options of programs, because show the standar programs, the special programs and the recipe list.
I think that Selects should be a parameter for filter some options that contains a string ("recipe" in my case).
Hey, awesome! Thank you for adding this! 😃
I have thought about this "problem" and I think a clean solution here is to solve it via the pyhOn library. I have implemented this as I thought it could be work in v0.5.0, you should be able now to create a Select with the key program_filter. Can you test this and maybe create a pr here?
I'm not sure if I understood it correctly, is it right to filter it by it's program name? Feel free to correct my code in the pyhOn library 🙂