github matt8707/hass-config 2023.1

latest releases: 2023.9, 2023.7, 2023.4...
20 months ago

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

Don't miss a new hass-config release

NewReleases is sending notifications on new releases.