35 lines
654 B
YAML
35 lines
654 B
YAML
---
|
|
# Test configuration for panasonic_heatpump component - minimal configuration
|
|
# Tests basic component functionality with minimal required settings
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
framework:
|
|
type: esp-idf
|
|
|
|
esphome:
|
|
name: test-panasonic-heatpump-mini
|
|
friendly_name: "Test Panasonic Heatpump Minimal"
|
|
|
|
logger:
|
|
level: DEBUG
|
|
|
|
external_components:
|
|
- source:
|
|
type: local
|
|
path: ../../components
|
|
components: [panasonic_heatpump]
|
|
|
|
uart:
|
|
- id: uart_heatpump
|
|
tx_pin: GPIO16
|
|
rx_pin: GPIO17
|
|
baud_rate: 9600
|
|
data_bits: 8
|
|
parity: EVEN
|
|
stop_bits: 1
|
|
|
|
# Test minimal configuration
|
|
panasonic_heatpump:
|
|
id: my_heatpump
|