Closed biva closed 1 week ago
Congrats on your fantastic work and results! This is really amazing.
Describe the bug I have a slider button to manage a light, and the old brightness value remains displayed while the light is Off
To Reproduce
Expected behavior The attribute should disappear
Screenshots
YAML
type: custom:bubble-card card_type: button button_type: slider entity: light.dimmer_2_salon_escalier show_state: false show_attribute: true attribute: brightness tap_action: action: toggle hold_action: action: more-info layout_options: grid_columns: 2 grid_rows: 1 card_layout: large sub_button: [] name: Escalier scrolling_effect: false
Workaround If the State is displayed, then we see "Off" instead of 37%
type: custom:bubble-card card_type: button button_type: slider entity: light.dimmer_2_salon_escalier show_state: true show_attribute: true attribute: brightness tap_action: action: toggle hold_action: action: more-info layout_options: grid_columns: 2 grid_rows: 1 card_layout: large sub_button: [] name: Escalier scrolling_effect: false show_last_changed: false
Thank you! 🍻
Hi, this issue is already fixed in the current beta, you can go on re-download on the Bubble Card HACS page, you can select the betas from there, or just wait for the next stable release 🙂
Congrats on your fantastic work and results! This is really amazing.
Describe the bug
I have a slider button to manage a light, and the old brightness value remains displayed while the light is Off
To Reproduce
Expected behavior
The attribute should disappear
Screenshots
YAML
Workaround
If the State is displayed, then we see "Off" instead of 37%
Thank you! 🍻