Advertisement
-Teme-

SHF next hour price

May 6th, 2023
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.31 KB | None | 0 0
  1.  
  2. sensor:
  3. - name: "SHF next hour price"
  4.   unique_id: shf_next_hr_price
  5.   unit_of_measurement: "c/kWh"
  6.   state: >
  7.    {% set next_hr = state_attr("sensor.shf_electricity_price", "data")[states("sensor.shf_idx")|int+now().hour +1] %}
  8.     {{ (next_hr["PriceWithTax"] | float * 100 + 0.38 ) | float | round(3) }}
  9.  
Tags: SHF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement