Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Created October 11, 2025 10:53
Show Gist options
  • Select an option

  • Save kaihendry/c426c89d0b32376a2d9749e4e9551894 to your computer and use it in GitHub Desktop.

Select an option

Save kaihendry/c426c89d0b32376a2d9749e4e9551894 to your computer and use it in GitHub Desktop.

Revisions

  1. kaihendry created this gist Oct 11, 2025.
    35 changes: 35 additions & 0 deletions esphome-web-995964.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@
    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