Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Created October 11, 2025 10:53
Show Gist options
  • Save kaihendry/c426c89d0b32376a2d9749e4e9551894 to your computer and use it in GitHub Desktop.
Save kaihendry/c426c89d0b32376a2d9749e4e9551894 to your computer and use it in GitHub Desktop.
esphome:
name: esphome-web-995964
friendly_name: ESPHome Web A
min_version: 2025.9.0
name_add_mac_suffix: false
esp32:
variant: esp32
framework:
type: arduino
uart:
rx_pin: 16
tx_pin: 17
baud_rate: 9600
sensor:
- platform: senseair
co2:
name: "SenseAir CO2 Value"
# Enable logging
logger:
# Enable Home Assistant API
api:
# Allow Over-The-Air updates
ota:
- platform: esphome
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment