mirror of
https://github.com/esphome/esphome.git
synced 2026-02-24 02:08:23 -07:00
19 lines
224 B
YAML
19 lines
224 B
YAML
esphome:
|
|
name: test
|
|
|
|
wifi:
|
|
ssid: test
|
|
password: password
|
|
power_save_mode: none
|
|
|
|
api:
|
|
|
|
uart:
|
|
- id: zigbee_uart
|
|
tx_pin: ${tx_pin}
|
|
rx_pin: ${rx_pin}
|
|
baud_rate: 115200
|
|
|
|
zigbee_proxy:
|
|
uart_id: zigbee_uart
|