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>
18 lines
406 B
YAML
18 lines
406 B
YAML
dlms_meter:
|
|
decryption_key: "36C66639E48A8CA4D6BC8B282A793BBB" # change this to your decryption key!
|
|
provider: netznoe # (optional) key - only set if using evn
|
|
|
|
sensor:
|
|
- platform: dlms_meter
|
|
# EVN
|
|
power_factor:
|
|
name: "Power Factor"
|
|
|
|
text_sensor:
|
|
- platform: dlms_meter
|
|
# EVN
|
|
meternumber:
|
|
name: "meterNumber"
|
|
|
|
<<: !include common.yaml
|