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:
parent
f26fadbdfc
commit
7aa53feff4
13 changed files with 185 additions and 6 deletions
|
@ -4,6 +4,9 @@ To update, run python3 -m script.hassfest
|
|||
"""
|
||||
|
||||
MQTT = {
|
||||
"dsmr_reader": [
|
||||
"dsmr/#",
|
||||
],
|
||||
"tasmota": [
|
||||
"tasmota/discovery/#",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue