diff options
author | KaufHA <[email protected]> | 2022-10-27 11:13:51 -0700 |
---|---|---|
committer | KaufHA <[email protected]> | 2022-10-27 11:13:51 -0700 |
commit | 9106e439ce96a824869854c12f57889cc90e275e (patch) | |
tree | b8938bc64f482832f9f73234be3dc119dc135f01 | |
parent | 9ca6b18cfb9d8537e18d51b9942dbe1520a76992 (diff) | |
download | PLF10-9106e439ce96a824869854c12f57889cc90e275e.tar.gz PLF10-9106e439ce96a824869854c12f57889cc90e275e.zip |
break out esp8266 section
-rw-r--r-- | kauf-plug-minimal.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/kauf-plug-minimal.yaml b/kauf-plug-minimal.yaml index 40a01bd..b704f89 100644 --- a/kauf-plug-minimal.yaml +++ b/kauf-plug-minimal.yaml @@ -46,17 +46,18 @@ esphome: name: $name - platform: ESP8266 - board: esp01_1m - - esp8266_restore_from_flash: true - # https://esphome.io/components/esphome.html#esphome-creators-project project: name: "Kauf.PLF10" version: "1.983(m)" +# https://esphome.io/components/esp8266.html +esp8266: + board: esp01_1m + restore_from_flash: true + + # https://esphome.io/components/wifi.html wifi: |