-
-
Notifications
You must be signed in to change notification settings - Fork 57
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 About call-service setting #935
Labels
bug
Something isn't working
Comments
zyi840449
changed the title
About call-service setting
v2.3.0-beta.7 About call-service setting
Nov 18, 2024
Damn, I will take a look, I probably know what is happening here 😅 |
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, take a look at the changelog first 🙂 Everything should works as expected now: https://github.com/Clooos/Bubble-Card/releases/tag/v2.3.0-beta.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
type: vertical-stack
cards:
card_type: button
button_type: name
name: Reload all Yaml
icon: mdi:progress-upload
tap_action:
action: call-service
service: homeassistant.reload_all
target: {}
When I press the button, the following message appears:
not a valid value for dictionary value @ data['target']['entity_id']. got 'undefined'
This problem did not occur until upgrading to v2.3.0-beta.7
The text was updated successfully, but these errors were encountered: