Skip to content

Releases: gadgetchnnel/lovelace-home-feed-card

0.6.5 - Icon fix for HA 2024.2

23 Feb 19:04
Compare
Choose a tag to compare

Fix for incorrect icons due to changes in HA 2024.2

0.6.4

13 Jun 18:03
Compare
Choose a tag to compare

Change method of subscribing to persistent nofification updates to allow this to work properly in HA 2023.6

0.6.3

15 Nov 07:58
Compare
Choose a tag to compare

Release version of 0.6.3

0.6.3b2 - various updates

31 Aug 16:44
Compare
Choose a tag to compare
Pre-release
  • Preload move elements to avoid errors with popups for history and multi-item entities
  • Add rtl option (rtl: true) to display icon on right hand side (useful for with right-to-left languages)
  • Package updates

0.6.3b1 - Potential timezone fixes

25 Jun 20:31
Compare
Choose a tag to compare
Pre-release

Updated UTC timezone conversion to be after application of history_days_back and calendar_days_back and calendar_days_forward.
This may potentially fix issues where history_days_back or calendar_days_back of 0 will return history or events from the previous day.

0.6.2

24 Jun 18:07
Compare
Choose a tag to compare
  • Clear cached feed data when configuration changes
  • Added calendar_time_format option to allow the timestamp format for calendar events to be changed. This option supports the values relative, date, time and datetime and defaults to "relative" (which is the old behaviour).
  • Added version number console logging

0.6.2b1

24 Jun 16:25
Compare
Choose a tag to compare
0.6.2b1 Pre-release
Pre-release
  • Clear cached feed data when configuration changes
  • Added calendar_time_format option to allow the timestamp format for calendar events to be changed. This option supports the values relative, date, time and datetime and defaults to "relative" (which is the old behaviour).

0.6.1

23 Jun 18:17
Compare
Choose a tag to compare
  • Attempt to reduce number of calls to History API by only making these if the state of an entity which has include_history has changed.
  • Fix default value handling for calendar_days_back and calendar_days_forward
  • Support line breaks in content to match standard persistent notification…
  • Added optional show_icons setting (defaults to true) to enable removal of icons from feed.

0.6.1b2 - calendar event fixes

23 Jun 15:04
Compare
Choose a tag to compare
Pre-release

Fix default value handling for calendar_days_back and calendar_days_forward

0.6.1b1 - History Improvements

19 Jun 10:12
Compare
Choose a tag to compare
Pre-release

Attempt to reduce number of calls to History API by only making these if the state of an entity which has include_history has changed.