Closed ndbroadbent closed 2 years ago
Hello Nathan, I will not have full time to test but I like the enhancement and I trust you. Thanks for the effort. I have some ideas for a version 2.0 but as you have noticed I'm not good at JS coding, so some help is welcome.
Should I release it ? If you feel confident I do a 1.5.0 and add your comments. At the third succesfull pull, I add you as code owner
Thanks a lot! I am using it now and it seems quite stable, but I will continue working on it and might need to fix some issues. I might send another pull in the next few days, maybe it would make sense to do a new release sometime next week once I'm a bit more confident in these changes
Hello, I wanted to share a work-in-progress branch I've been using that has a lot of fixes and improvements.
Bug fixes
hideLevelsMenu
option - This should be 'yes' by default when it's missing from configev.stopPropagation()
), so that they don't also toggle lights or gesturesImprovements
initialLevel
option to config, to only show one level and hide all others when the card loads. Very useful when working on a floorplan.window.prompt
popups by default in lovelace edit mode. These can be turned back on with:editModeNotifications: 'yes'
level
option forzoom_areas
. When set, clicking on a zoom level will also show the specified level and hide other levels.New Features
Here's a quick demo video: https://youtu.be/nwvdjvw_oao
Please let me know if you have any feedback! Sorry for the large PR, I thought it would be much easier if I could put all my commits in one branch for now, since it would take lots of time to split it up into separate PRs, and I'm still adding new things. I would be happy to remove or change any commits from this PR, just let me know!
Thanks for working on this awesome project!