| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2023.1 source code.tar.gz | 2023-01-07 | 16.4 MB | |
| 2023.1 source code.zip | 2023-01-07 | 16.4 MB | |
| README.md | 2023-01-07 | 2.4 kB | |
| Totals: 3 Items | 32.8 MB | 0 | |
Card borders
https://github.com/matt8707/hass-config/commit/2699776ef688c9d3358b23a25bf1da28e088dab2 - 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 https://github.com/matt8707/hass-config/issues/118
Examples
:::yaml
- 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
https://github.com/matt8707/hass-config/commit/30fc6cb7a89df47ea3f26f36dbf98cbbdb0a79a9 - 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 https://github.com/matt8707/hass-config/issues/137
Popup style
https://github.com/matt8707/hass-config/commit/63aacb8f50ae907862e5456c02f8e2d874a39f9d - Brings back the previous look with vertically centered popups when using browser_mod 2.2.0
Media title
https://github.com/matt8707/hass-config/commit/d8f8f97c81b856cc4373bbafea33657ac810ad95 - 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
https://github.com/matt8707/hass-config/commit/ad624e0da9520a2b304f82a57b92c2b6f289a4ad - "youtube-watching" is now faster and works without a container. matt8707/youtube-watching for more info
Climate popup
- https://github.com/matt8707/hass-config/commit/3c0d34cb6a4d65bd04b423492b9096d5cb36a642 - tab for timer settings using kinghat/tabbed-card
- https://github.com/matt8707/hass-config/commit/3bda332f6461ace817a1507abc7ca2e94ff69279 - button-card fan modes in the style of Mushroom Climate card
