mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 08:41:59 +00:00
Co-authored-by: Thomas Rupprecht <rupprecht.thomas@gmail.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
308 B
YAML
12 lines
308 B
YAML
dlms_meter:
|
|
decryption_key: "36C66639E48A8CA4D6BC8B282A793BBB" # change this to your decryption key!
|
|
|
|
sensor:
|
|
- platform: dlms_meter
|
|
reactive_energy_plus:
|
|
name: "Reactive energy taken from grid"
|
|
reactive_energy_minus:
|
|
name: "Reactive energy put into grid"
|
|
|
|
<<: !include common.yaml
|