Skip to content

Instantly share code, notes, and snippets.

@leon-anavi
Created November 14, 2025 13:09
Show Gist options
  • Select an option

  • Save leon-anavi/590df917d0a5ca444a75043dfb155867 to your computer and use it in GitHub Desktop.

Select an option

Save leon-anavi/590df917d0a5ca444a75043dfb155867 to your computer and use it in GitHub Desktop.
ESPHome demo configuration for Tuya WB3S Wi-Fi module with Beken BK7231T MCU
esphome:
name: wb3s-demo
bk72xx:
board: wb3s
wifi:
ssid: "SSID"
password: "PASSWORD"
ap:
ssid: "WB1S Fallback"
password: "12345678" # min 8 characters
web_server:
port: 80
output:
- platform: gpio
id: led_output
pin: 9
light:
- platform: binary
name: "LED"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment