Skip to content

Releases: kalkih/simple-weather-card

v0.8.5

12 May 19:41
Compare
Choose a tag to compare

v0.8.3

11 May 19:51
Compare
Choose a tag to compare
  • Fix card error

Full Changelog: v0.8.2...v0.8.3

v0.8.2

01 May 09:54
Compare
Choose a tag to compare

🔨 Fixes

  • Use the right element to get LitElement from (#50)
  • Adding math round to two decimals for precipation #42 (#46)

v0.8.1

07 Oct 19:20
Compare
Choose a tag to compare

🔨 Fixes

  • Fix Home Assistant 0.116.0 compatibility issue #43 (#44)

v0.8.0

11 May 18:57
Compare
Choose a tag to compare

✨ 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

23 Jan 14:14
Compare
Choose a tag to compare

FIXED

  • Fixed forecast high displaying low
  • Default weather information configuration not sticking
  • Hide empty states

v0.7.1

23 Jan 01:46
Compare
Choose a tag to compare

FIXED

  • State not displaying while using custom state sensor

v0.7.0

22 Jan 22:52
Compare
Choose a tag to compare

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

16 Jan 16:05
Compare
Choose a tag to compare

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

12 Aug 11:26
Compare
Choose a tag to compare

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)