Water Sensor input

Hello, after having looked on several threads about manually creating helpers so I can add water usage to my Energy dashboard. I have created the input.number and sensor template. But im not getting anything in the dashboard.

Am I missing anything from the screenshots below as to why it wont show any data from what I added today

Your template is not a template, just an entity id. It needs to be something like:

{{ states('input_number.water_meter_reading') | float(0) }}

The energy dashboard updates once per hour, so it might take a while to show new sensors.

1 Like

Thanks, I knew it would be something simple,

1 Like