diff options
author | KaufHA <[email protected]> | 2021-12-18 11:36:34 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-18 11:36:34 -0700 |
commit | 45e28b036b63b5d8bc47af71ba30e4569c7ff1c5 (patch) | |
tree | 73e2816b639d5c02570117f0583389198bf3a497 | |
parent | edb8a1b7a90c15df33d9af56bc612fe8dcf139e4 (diff) | |
download | PLF10-45e28b036b63b5d8bc47af71ba30e4569c7ff1c5.tar.gz PLF10-45e28b036b63b5d8bc47af71ba30e4569c7ff1c5.zip |
v1.83 update
-rw-r--r-- | config-update/kauf-plug-update.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-update/kauf-plug-update.yaml b/config-update/kauf-plug-update.yaml index b369a67..cfbabc1 100644 --- a/config-update/kauf-plug-update.yaml +++ b/config-update/kauf-plug-update.yaml @@ -25,7 +25,7 @@ esphome: project: name: "kauf.plf10" - version: "1.82" + version: "1.83" on_boot: then: @@ -366,3 +366,4 @@ text_sensor: - platform: wifi_info ip_address: name: $friendly_name IP Address + disabled_by_default: true |