mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
14 lines
249 B
YAML
14 lines
249 B
YAML
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
mdns:
|
|
disabled: false
|
|
services:
|
|
- service: _test_service
|
|
protocol: _tcp
|
|
port: 8888
|
|
txt:
|
|
static_string: Anything
|
|
templated_string: !lambda return "Something else";
|