From d9324cb0e47f535ac92718fa111a206fe19bbc09 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 19 Dec 2025 16:10:07 +0100 Subject: [PATCH] Improve docstrings in climate trigger tests (#159438) --- tests/components/climate/test_trigger.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/components/climate/test_trigger.py b/tests/components/climate/test_trigger.py index 23c090015f8..2441a739ec8 100644 --- a/tests/components/climate/test_trigger.py +++ b/tests/components/climate/test_trigger.py @@ -395,7 +395,7 @@ async def test_climate_state_attribute_trigger_behavior_first( trigger: str, states: list[tuple[tuple[str, dict], int]], ) -> None: - """Test that the climate state trigger fires when any climate state changes to a specific state.""" + """Test that the climate state trigger fires when the first climate state changes to a specific state.""" other_entity_ids = set(target_climates) - {entity_id} # Set all climates, including the tested climate, to the initial state @@ -529,7 +529,7 @@ async def test_climate_state_attribute_trigger_behavior_last( trigger: str, states: list[tuple[tuple[str, dict], int]], ) -> None: - """Test that the climate state trigger fires when any climate state changes to a specific state.""" + """Test that the climate state trigger fires when the last climate state changes to a specific state.""" other_entity_ids = set(target_climates) - {entity_id} # Set all climates, including the tested climate, to the initial state