#Is it possible to create a card with
1 messages · Page 1 of 1 (latest)
This is something I put together with a custom:numberbox-card. Bunch of configuration options. I added some card-mod to mine.
type: custom:numberbox-card
title: test
entity: input_number.number
icon: null
icon_plus: mdi:chevron-up
icon_minus: mdi:chevron-down
name: false
unit: false
card_mod:
style: |
ha-card {background: transparent;}
ha-card .cur-num {font-size:30px !important;}
ha-card .cur-box ha-icon{transform:scale(3)}
ha-card .info {font-size: 150%}
.body .padl {color: red; padding-left: 20px;}
.body .padr {color: blue;padding-right: 20px;}
.body .upd { color: yellow; }```
Nice thanks. I'm surprised this isn't just available since it exists in the tile cards.