Created
November 14, 2025 13:09
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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