-
Notifications
You must be signed in to change notification settings - Fork 30
How to get the lowest or highest price?
Malene Trab edited this page Oct 28, 2024
·
2 revisions
To get the lowest or highest price for today or tomorrow, simply use one of these templates
Remember this is an example - replace the sensor name with the name of your sensor
{{ state_attr('sensor.energi_data_service','today_min').price }}
{{ state_attr('sensor.energi_data_service','today_max').price }}
{{ state_attr('sensor.energi_data_service','tomorrow_min').price }}
{{ state_attr('sensor.energi_data_service','tomorrow_max').price }}