mmakaay / dsmr-reader-for-esphome

A smartmeter project, made for ESPHome (hardware + ESPHome config)
MIT License
61 stars 4 forks source link

Replace deprecated api password with api encryption key #6

Closed gerben90 closed 7 months ago

gerben90 commented 1 year ago

ESPHome has deprecated the API password (see https://esphome.io/components/api.html), which is used in the example.yaml. The alternative is to use an API encryption key.

mmakaay commented 7 months ago

I just merged the PR for this.