I have an entityinput_number.bchydro_current_rate
that current looks like this…
and it displays like this using the entities card…
How can I get it to look like $ 0.0939
I have an entityinput_number.bchydro_current_rate
that current looks like this…
and it displays like this using the entities card…
How can I get it to look like $ 0.0939
Nailed it! Yet another custom sensor…
Thanks to berry07
- sensor:
- name: BCHydro Current rate
unique_id: bchydro_current_rate
state: '$ {{ states("input_number.bchydro_current_rate") }}'