Skip to content

v0.5.3

Choose a tag to compare

@xBourner xBourner released this 19 May 15:01

Area Card Plus - v0.5.3

New (small) Features

Added the possibility to use rgba instead of just rgb colors for v2 design. Unfortunately there is only an RGB picker and not in RGBA picker in HA so you would need to set your color with the picker and add the opacity to the v2_color like this:

    v2_color:
      - 255
      - 0
      - 0

to this

    v2_color:
      - 255
      - 0
      - 0
      - 0.5
      

This can give you some nice looks when using entity pictures or camera views.


Feedback

Please consider opening an issue on Guthub if anything isn't working as expected.
You can also open an issue as a Feature Request.

I also made a discord server. If you have any issues or suggestions for improvements you can join if you like.

I would be very happy about a Star on Github or even a small donation.
Thank your for your support :)