jonathanadams / esphome-configs

ESPHome Device Configurations Repository - A database of user submitted configurations for a variety of devices which can be flashed to run ESPHome.io firmware.
https://ESPHome-Configs.io
GNU General Public License v3.0
68 stars 96 forks source link

Update BlitzWolf-BW-SHP2-Power-Monitoring-Plug.md #128

Closed ceaswaran closed 4 years ago

ceaswaran commented 4 years ago

GPIO Pinout of Base Hardware says GPIO14 = HLWBL CF1 Pin But Yaml it is written as cf1_pin: GPIO15 Hence changing cf1_pin: GPIO15 to cf1_pin: GPIO14 in yaml. Verified the same in my blitzwolf module & Found to be OK Please approve