is there any basic cards that just show the tempature inside my condo and title (ie Indoors)? I love HA but man, all i want to do is just show what the current outside temp is and also what my current temp inside my condo is. atm i am using card-mod and the basic entity card but the latest update to HA wrecked how the formatting looks. this is how it looked previously (if i could just remove that whitespace between the label and temperature, i’d be ok).
any ideas?
here’s my super ugly code for the condo temp:
type: entity
entity: weather.forecast_bloomington
card_mod:
style: |
ha-card {
font-size: 90px !important;
}
.value {
font-size: 50px !important;
font-weight: 400;
}
state_color: true
name: Outdoor (°F)
attribute: temperature
unit: °F
grid_options:
columns: 8
rows: 3