mirror of
https://github.com/esphome/esphome.git
synced 2025-11-03 00:21:56 +00:00
18 lines
257 B
YAML
18 lines
257 B
YAML
esphome:
|
|
name: test_device
|
|
platform: ESP32
|
|
board: esp32dev
|
|
|
|
wifi:
|
|
ssid: "TestNetwork"
|
|
password: !secret wifi_password
|
|
|
|
api:
|
|
encryption:
|
|
key: !secret api_key
|
|
|
|
sensor:
|
|
- platform: template
|
|
name: "Test Sensor"
|
|
id: !secret test_secret
|