Skip to content

Releases: luixal/lovelace-media-source-image-card

v0.5.3

26 Jan 11:19
db3ebff
Compare
Choose a tag to compare

Changes aspect_ratio default value from 1.9 to auto as it seems a better fit for covering more cases.

Full Changelog: v0.5.2...v0.5.3

Fix aspect ratio in images

24 Jan 12:54
a64116e
Compare
Choose a tag to compare
  • Remove height/width.
  • Add aspect ratio and object fit.

Fixed by @joshzngf in PR #22

Clean up

19 Jan 18:59
Compare
Choose a tag to compare

Minimal html and css cleanup.

Size you image

17 Jan 12:48
2a76047
Compare
Choose a tag to compare

Adds two new fields width and height that can be used to set the size of the image.

This example:

type: custom:media-source-image-card
image: >-
  https://t4.ftcdn.net/jpg/01/43/23/83/360_F_143238306_lh0ap42wgot36y44WybfQpvsJB5A1CHc.jpg
width: 300px
height: 200px

would render as this:

image

You can use any value that's css valid (100px, 100%, 10rem, 10em, etc.). And you may use card_mod or tweak your theme for it to look pretty :P

v0.4.0

19 Apr 20:30
Compare
Choose a tag to compare

Adds standard support for tap action.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Apr 12:22
Compare
Choose a tag to compare

Adds new config option forced_refresh_interval to force an image refresh, resolving template again.

Related to #9

Full Changelog: v0.2.5...v0.3.0

Fixes problem with absolute media source url

07 Apr 23:20
Compare
Choose a tag to compare

Fixes problem when using abolute media source urls in templates.

Fixes #10

Fixes watching for multiple entities in templates

08 Mar 12:17
Compare
Choose a tag to compare

Fixes watching for all entities present in a template.

Full Changelog: v0.2.3...v0.2.4

Fixes non media source url

01 Mar 18:09
Compare
Choose a tag to compare
v0.2.3

Fixes non media source urls not working

Fixes problem with non-templated image urls

27 Feb 18:35
Compare
Choose a tag to compare
  • Fixes problem with non-templated image urls
  • Add beta-state support for video.