2023.1
Card borders
2699776 - Card borders were introduced in Home Assistant 2022.11. This dashboard hides all card borders but if you add additional cards you'll have to hide the borders yourself. Closes #118
Examples
- type: custom:button-card
styles:
card:
- border-width: 0
- type: entities
entities:
- sun.sun
card_mod:
style: >
:host {
--ha-card-border-width: 0;
}
Icons fix
30fc6cb - Long-standing issue with wiggling icons on small screens has been resolved. When tapping, the animated icons moved back and forth a couple of pixels. Closes #137
Popup style
63aacb8 - Brings back the previous look with vertically centered popups when using browser_mod 2.2.0
Media title
d8f8f97 - Found a way to escape a card and access parent cards. This example tracks swipe-card and sets the grid title from conditional_media
Youtube thumbnail
ad624e0 - "youtube-watching" is now faster and works without a container. matt8707/youtube-watching for more info
Climate popup
- 3c0d34c - tab for timer settings using kinghat/tabbed-card
- 3bda332 - button-card fan modes in the style of Mushroom Climate card