-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Multiple Attribute seperator is persistant #1244
Comments
- [x] Refactored the module editor code for better maintenance. - [x] Better performance/instant initialization of custom styles/templates/modules - [x] The attribute selector now detect the entity at the same level automatically. - [x] Module breaking change: The "Example: Customize the icon container color" module now use a list of predefined colors instead of an RGB color picker. Previous RGB colors are not supported anymore. - [x] Removing a value inside a module editor, removes it correctly in the configuration. #1244 - [x] The `card` variable was incorrect for custom templates/modules inside a pop-up card, this is now fixed! #1255 - [x] The default module is not disabled anymore when another module is selected. You can still disable it manually. - [x] Fixed the gap between the horizontal buttons stack and the card juste above it on a section view type. - [x] Replaced the `style_templates` config key for `modules`, this will be migrated automatically in the editor. I forgot to change that before the first beta… - [x] Improved the Home Assistant default styling module for consistency with more themes. - [x] The condition selector is now working correctly in the Modules editor. - [x] Added the possibility to use the `checkConditionsMet` function for custom templates to be able to use the condition selector. - [x] Added missing support for attribute conditions in `checkConditionsMet`. - [x] Fixed an issue where the ui_color selector was writing an empty config by default. - [x] Reverted to the actions behavior from v2.4.0. #1250 - [x] Added classes `.is-on` and `.is-off` to most cards. - [x] Fixed some more custom styles compatibility issues, thanks to @brunosabot!
Hi! I'm still unsure of how you're able to have this issue, but this is maybe fixed in the latest beta 🙂 |
Unfortunately, issue still persists in latest beta (v2.5.0-beta.6) :(
|
So it happens only when the attribute doesn't provide any infos? But when there are values, it works as expected? I'm still unsure to understand. |
Yes that's right. Are you not able to reproduce it? |
I think that I don't have any entity that provide empty attributes, but I might be wrong. But this makes sense now, I will fix that for the next release 👌 |
Describe the bug
When you select multiple attribute (advanced example) under the new modules section, the separator remains when there is no state (see pic).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The separator should disappear when there is no state attribute.
Screenshots
Informations (please complete the following information):
The text was updated successfully, but these errors were encountered: