esphome-truma_inetbox/tests/test.esp32_ard.vv_log.yaml
2023-03-23 15:25:02 +01:00

29 lines
651 B
YAML

esphome:
name: "esp32-ard-vv-log"
external_components:
- source:
type: local
path: ../components
components: ["truma_inetbox", "uart"]
esp32:
board: esp32dev
framework:
type: arduino
logger:
level: VERY_VERBOSE
uart: !include test.common.uart.yaml
truma_inetbox:
uart_id: lin_uart_bus
cs_pin: 5
fault_pin: 18
binary_sensor: !include test.common.binary_sensor.yaml
button: !include test.common.button.yaml
climate: !include test.common.climate.yaml
number: !include test.common.number.yaml
select: !include test.common.select.yaml
sensor: !include test.common.sensor.yaml
switch: !include test.common.switch.yaml