mirror of
https://github.com/syssi/esphome-votronic.git
synced 2025-07-23 04:23:02 +02:00
19 lines
344 B
YAML
19 lines
344 B
YAML
<<: !include esp8266-charger-example-debug.yaml
|
|
|
|
uart:
|
|
- id: uart0
|
|
baud_rate: 1000
|
|
tx_pin: ${tx_pin}
|
|
rx_pin: ${rx_pin}
|
|
debug:
|
|
direction: BOTH
|
|
dummy_receiver: false
|
|
|
|
votronic:
|
|
- id: votronic0
|
|
uart_id: uart0
|
|
rx_timeout: ${rx_timeout}
|
|
throttle: 0ms
|
|
update_interval: 1s
|
|
enable_fake_traffic: true
|