mirror of
https://github.com/esphome/esphome.git
synced 2025-02-13 08:28:19 +00:00
11 lines
151 B
YAML
11 lines
151 B
YAML
uart:
|
|
- id: uart_t6615
|
|
tx_pin: ${tx_pin}
|
|
rx_pin: ${rx_pin}
|
|
baud_rate: 19200
|
|
|
|
sensor:
|
|
- platform: t6615
|
|
co2:
|
|
name: CO2 Sensor
|