-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
entity_picture doesnt work #939
Comments
Hi and thank you for the feedback, I will take a look at this. |
- [x] Reverted a breaking change from a previous beta, where the pop-up blurred backdrop was disabled by default. But this is still a breaking change, now the default backdrop is darker without any blur. This can be changed in the editor, just go to your first pop-up on your view, then go to Styling options > Pop-up styling then change `Optional - Backdrop blur` to 10 (it was the previous value). In YAML just add `backdrop_blur: 10`. If you missed it, I changed that because the blur can slow down pop-ups on some older devices. - [x] Changing temperature values in a climate card is now correctly synched if there was a change elsewhere. #942 - [x] New toggle in the climate card editor for users who wants to have a constant background color when the entity is `on`. #933 - [x] Buttons with a white light (or without RGB) are now more visible on bright/light themes. I also improved the overall color system for better color handling. It is also possible to change the color with the `--bubble-light-color` variable. #692 - [x] The climate card now correctly support `entity_picture` for the icon. #939 - [x] Actions now have a new toggle in the editor when set to Call service, this way it will automatically match the card/sub-button entity if defined. This is a breaking change for users of the previous beta who removed the entity_id completely, I had to change this because it was causing an issue in #935.
The new beta is here and everything should works as expected now 🙂 https://github.com/Clooos/Bubble-Card/releases/tag/v2.3.0-beta.8 |
It works but now when entity_picture is selected tap actions on icon doesnt work. if i priotarize icon (Optional - Prioritize icon over entity picture) it works. Thanks |
Oh indeed I forgot to handle that 😅 Sorry for that! This will be fixed in the next release! |
Describe the bug
I have set in configuration file a custom image for my entity but doesnt work on Climate card.
To Reproduce
Steps to reproduce the behavior:
Set a custom entity image .png
create a climate card and select the entity
the entity icon is the default icon set and not the image from the configuration file.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Code in configuration
Code for the card
Informations (please complete the following information):
Using other climate card the custom image as icon works without any issue
Thank you! 🍻
The text was updated successfully, but these errors were encountered: