Skip to content

Instantly share code, notes, and snippets.

@tcastberg
Last active November 7, 2019 07:27
Show Gist options
  • Save tcastberg/8a57e6a5433d1484f6c86976acef30aa to your computer and use it in GitHub Desktop.
Save tcastberg/8a57e6a5433d1484f6c86976acef30aa to your computer and use it in GitHub Desktop.
sensor:
- platform: template
sensors:
electricity_meter_consumption:
value_template: "{{ state_attr('sensor.real_time_consumption_my_road_1', 'lastMeterConsumption') }}"
unit_of_measurement: "kWh"
utility_meter:
electricity_yearly:
source: sensor.electricity_meter_consumption
cycle: yearly
tariffs:
- fixed
electricity_monthly:
source: sensor.electricity_meter_consumption
cycle: monthly
tariffs:
- fixed
electricity_daily:
source: sensor.electricity_meter_consumption
cycle: daily
tariffs:
- fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment