-
Notifications
You must be signed in to change notification settings - Fork 42
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
Fix counting of hidden entities and devices #157
base: main
Are you sure you want to change the base?
Fix counting of hidden entities and devices #157
Conversation
On hold... |
understood. If there's any legwork i can do/prove to assist, please let me know. |
The fix involves some more code changes. Note Don't push any of your changes to this branch in the meanwhile! @w531t4 Can you validate the latest push, please? |
Moved the filter-logic for entities, hidden by the strategy options, from `getCountTemplate()` to `#areaFilterCallback()`.
@DigiLive validated. confirmed functional. |
Evaluation an entity's hidden property in the strategy options, is now included in Helper.#areaFilterCallback(). Therefore, it's cut from the callback for importing domainCards.
@w531t4 Please validate again. |
Evaluation an entity's hidden property in the strategy options, is now included in Helper.#areaFilterCallback(). Therefore, it's cut from the callback for importing domainCards.
@w531t4 Please validate again. |
Fixes #159