Skip to content

2023.1

Compare
Choose a tag to compare
@matt8707 matt8707 released this 07 Jan 12:43
· 32 commits to master since this release

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

gridtitle

Youtube thumbnail

ad624e0 - "youtube-watching" is now faster and works without a container. matt8707/youtube-watching for more info

Climate popup

climate