Display multiline long text attribute

I have multiline long text in sensor’s attribute. When I use standard Entity card it shows too short part of the whole text. How can I show all/more text there?
image

1 Like

Just solved this for myself using the markdown card with a jinja template like below.

{{ states('sensor.prince_edward_picton_forecast') }}

8 Likes