Of Course.
this:
{{ state_attr('sensor.electricity_cost', 'today') }}
{{ state_attr('sensor.electricity_cost', 'tomorrow') }}
make this list (Tomorrow is not there yet, but will apply at 12:30 today for tomorrow):
[
[
1676588400,
1.54028125
],
[
1676592000,
1.4852812499999999
],
[
1676595600,
1.43228125
],
[
1676599200,
1.37228125
],
[
1676602800,
1.31528125
],
[
1676606400,
1.37128125
],
[
1676610000,
1.3982812500000001
],
[
1676613600,
1.4462812500000002
],
[
1676617200,
1.4462812500000002
],
[
1676620800,
1.39928125
],
[
1676624400,
1.38528125
],
[
1676628000,
1.37128125
],
[
1676631600,
1.37128125
],
[
1676635200,
1.2002812500000002
],
[
1676638800,
0.91228125
],
[
1676642400,
0.88428125
],
[
1676646000,
1.21928125
],
[
1676649600,
2.0952375
],
[
1676653200,
2.1942375
],
[
1676656800,
2.1432374999999997
],
[
1676660400,
1.12928125
],
[
1676664000,
1.0072812500000001
],
[
1676667600,
0.9792812500000001
],
[
1676671200,
0.77728125
]
]
thank you