Announcing: Big Temperature Card

Big Temperature Card is a simple card to display big numbers for temperature, designed to be readable from across the room on a wall tablet. It supports background colors for the daily low & high, and optionally for the current temperature and the trend. These colors provide an at-a-glance indication of how comfortable today will be.

The font in each area will start small, then auto-resize to fill the maximum amount of space.

You can click/tap on each number area to get a standard HASS popup for that sensor.

You should be able to use HACS to add a Custom Repository of type Dashboard.

2 Likes

Have you tested with Auto-Entities? I cant get it to work. Would be awesome if this worked to display Room/Area temperatures to show the high/low/current for each room. We could quickly & easily tell what the daily temperature swings in each room is!

I have not tested it with Auto-Entities, and as best I can tell, it will not work. Auto-Entities looks like it only populates a single entity in the cards it creates, while this card requires 3 entities (current, low, high).

You could probably make https://github.com/custom-cards/bignumber-card/ work for you, but you would have to make 3 Auto-Entities cards, one with low, one with current, and one with high.

1 Like