mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 23:37:34 +00:00
17 lines
295 B
YAML
17 lines
295 B
YAML
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
power_save_mode: none
|
|
|
|
api:
|
|
|
|
# The port owns the UART and carries every byte; zwave_proxy_tap only taps it
|
|
serial_proxy:
|
|
- id: zwave_serial
|
|
uart_id: uart_bus
|
|
name: Z-Wave
|
|
port_type: TTL
|
|
|
|
zwave_proxy_tap:
|
|
serial_proxy_id: zwave_serial
|