Releases: kalkih/simple-weather-card
Releases · kalkih/simple-weather-card
v0.8.2
🔨 Fixes
- Use the right element to get LitElement from (#50)
- Adding math round to two decimals for precipation #42 (#46)
v0.8.1
🔨 Fixes
- Fix Home Assistant 0.116.0 compatibility issue #43 (#44)
v0.8.0
✨ New
- Support for displaying pressure #32 (#34)
- Weather icon mappings for dark sky #31 @pmosbach
🔨 Fixes
- Weather states not translating correctly In HA > 0.109.0 #30 (#33)
- Fixed custom state icons not rendering correctly #8 (#31) @pmosbach
💥 Breaking
- Dropped custom_updater support
v0.7.2
FIXED
- Fixed forecast high displaying low
- Default weather information configuration not sticking
- Hide empty states
v0.7.1
FIXED
- State not displaying while using custom state sensor
v0.7.0
ADDED
- Support for precipitation probability (#13)
- Theme variable for font weight
- Customization of upper information row (
primary_info
)
- Support for empty
primary_info
& secondary_info
- Unit of measurement from custom sensors (if available) (#21)
FIXED
- Updates to custom sensors not forcing a re-render
v0.6.0
ADDED
- Added support to display multiple secondary info attributes
- Added support for wind bearing
- Added option to override
tap_action
entity (#22)
v0.5.0
ADDED
- Added tap_action option (#18)
- Ability to override icon state (#12)
FIXED
- Added guard for unavailable custom sensors (#15)
- Fixed compatibility issue with HA Cast (#14) - (@bramkragten)