You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [x] CHANGE: To avoid too many custom style breaks, I’ve made the reordering of the sub-buttons in a card with at least 2 rows optional, this is why there is now a new card layout named « Large with sub-buttons in a grid (Layout: min. 2 rows) ». This change should really improve compatibility with older custom styles and modules. #1350
- [x] Fixed an issue in the « Get state/attribute from other entities » module, now empty state/attributes are correctly removed.
- [x] Fixed an issue where opening a pop-up was forcing the page to go back to the top
- [x] Removed: Sub-button’s icon and label color is now changing based on the background color for better contrast and readability (will be re-added in a future release if needed) #1343
- [x] Fixed sub-buttons on a slider with « tap to slide » no longer work. #1358
- [x] Added the vibration feedback on all elements #1354
- [x] Added a visual feedback when the main icon is clicked or tapped
- [x] Fixed slider tap actions that were not always triggered #1348
- [x] Improved slider responsiveness
- [x] Sliders now show the correct value with the correct unit or measurement in all cases when sliding
- [x] Fixed an issue where sub-buttons were not aligned correctly in a media player card when all buttons are hidden #1347
- [x] Fixed an issue where the dropdown was not always in front of some elements #1344#1349
- [x] Icon not changing anymore in a select sub-button with a list containing icons (like for the climate card) #1339
- [x] Fixed the button’s editor that was broken in v2.5.0-beta.8 #1342
- [x] Fixed the size of the play button in a media player card when the card layout is « Normal »
Copy file name to clipboardExpand all lines: src/cards/button/editor.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ export function renderButtonEditor(editor){
143
143
</div>
144
144
</ha-formfield>
145
145
<ha-alertalert-type="info">By default, sliders are updated only on release. You can toggle this option to enable live updates while sliding.</ha-alert>
0 commit comments