# Loads default set of integrations. Do not remove.
default_config:
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
utility_meter:
gasverbrauch_daily:
source: sensor.gasverbrauch
cycle: daily
gasverbrauch_weekly:
source: sensor.gasverbrauch
cycle: weekly
gasverbrauch_monthly:
source: sensor.gasverbrauch
cycle: monthly
gasverbrauch_yearly:
source: sensor.gasverbrauch
cycle: yearly
service: utility_meter.calibrate
data:
value: '0'
target:
entity_id: sensor.gasverbrauch
Hello!
Where do i have to put the calibrate code?
I installed a gasmeter sensor on my esp82666 ans now it runs and i want to reset it the uliity meter to 0 after manual testing! In configuration.yaml i get errors.