mirror of
https://github.com/esphome/esphome.git
synced 2025-11-03 08:31:47 +00:00
[CI] Consolidate some tests (K, L) (#8201)
This commit is contained in:
15
tests/components/kuntze/common.yaml
Normal file
15
tests/components/kuntze/common.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
uart:
|
||||
- id: uart_kuntze
|
||||
tx_pin: ${tx_pin}
|
||||
rx_pin: ${rx_pin}
|
||||
baud_rate: 9600
|
||||
|
||||
modbus:
|
||||
flow_control_pin: ${flow_control_pin}
|
||||
|
||||
sensor:
|
||||
- platform: kuntze
|
||||
ph:
|
||||
name: Kuntze pH
|
||||
temperature:
|
||||
name: Kuntze temperature
|
||||
Reference in New Issue
Block a user