Update test_panasonic_heatpump_integration.py

This commit is contained in:
ElVit 2025-11-27 12:15:05 +01:00 committed by GitHub
parent 3623bac5fb
commit 9f909b87ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class TestPanasonicHeatpumpIntegration:
pytest.fail("ESPHome config validation timed out")
def test_validate_cztaw1_config(self, test_yaml_cztaw1):
"""Test that the CZ-TAW1 client configuration with dual UART is valid."""
"""Test that the CZ-TAW1 client configuration with UART-proxy is valid."""
if not os.path.exists(test_yaml_cztaw1):
pytest.skip(f"Test file not found: {test_yaml_cztaw1}")