Add config flow and MQTT autodiscover to dsmr_reader integration (#71617)

Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
Tom Puttemans 2022-09-26 05:15:50 +02:00 committed by GitHub
parent f26fadbdfc
commit 7aa53feff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 185 additions and 6 deletions

View file

@ -4,6 +4,9 @@ To update, run python3 -m script.hassfest
"""
MQTT = {
"dsmr_reader": [
"dsmr/#",
],
"tasmota": [
"tasmota/discovery/#",
],