Skip to content

Instantly share code, notes, and snippets.

@r3mcos3
Created October 11, 2022 19:01
Show Gist options
  • Save r3mcos3/681b0f63f51bbd99398619239aa1d8c3 to your computer and use it in GitHub Desktop.
Save r3mcos3/681b0f63f51bbd99398619239aa1d8c3 to your computer and use it in GitHub Desktop.
Total consumption for making utilty meter daily usage
{{ states('sensor.energy_consumed_tariff_1') | float + states('sensor.energy_consumed_tariff_2') | float }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment