diff --git a/tests/panasonic_heatpump/test_panasonic_heatpump_integration.py b/tests/panasonic_heatpump/test_panasonic_heatpump_integration.py index f75b718..c9c0b5c 100644 --- a/tests/panasonic_heatpump/test_panasonic_heatpump_integration.py +++ b/tests/panasonic_heatpump/test_panasonic_heatpump_integration.py @@ -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}")