-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
v2.3.0-beta.7 Delayed temperature change wrong start value #942
Labels
bug
Something isn't working
Comments
Hi! Nice catch! I will take a look at this! |
Clooos
added a commit
that referenced
this issue
Nov 21, 2024
- [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 |
I can confirm it works as expected with beta.8, thank you! |
Thank you for the feedback! 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The delayed temperature change is a very good feature, as my z-wave thermostats need 1-2 seconds to apply a new setpoint. Now I can click the+ or - button fast multiple time until the new desired setpoint is reached, before that, I had to wait 1-2s every 0.5°, which was annoying.
I observed something which I think is a bug in the delay feature. After changing the setpoint in one frontend browser window, the change does start from a from (chached?) point in a second window, for example on mobile. Sometimes after loading the window, the change even starts at 0°.
Video shows it better than describing:
bubble-card-change-temperature.mp4
The text was updated successfully, but these errors were encountered: