Hi,
in a entities card i show the value of a temperature sensor, and when i tap on the temperature, the more-info popup shows the ususal nice graph, see:
the problem is when is use a template to round the value and get rid of the unit_of_measurement, then a different more-info popup appeers (see pic) which is not as informative.
how can i get the graph pop-up with my value-template?
my template:
temperature_aussen_round:
value_template: "{{ '%.1f'%(states('sensor.lumi_lumi_weather_4faae306_temperature') | float) | float }}"
friendly_name: "Außentemperatur"
unit_of_measurement: ""
icon_template: mdi:thermometer