issue #807 - send temperature only if in the feature

This commit is contained in:
Jean-Marc Collin
2025-01-11 21:42:34 +00:00
parent f8050e2ed7
commit c1e1f3df9a
2 changed files with 14 additions and 18 deletions

View File

@@ -580,7 +580,6 @@ async def test_bug_508(
# "temperature": 17.5,
"target_temp_high": 10,
"target_temp_low": 10,
"temperature": 10,
},
),
]
@@ -604,7 +603,6 @@ async def test_bug_508(
"entity_id": "climate.mock_climate",
"target_temp_high": 31,
"target_temp_low": 31,
"temperature": 31,
},
),
]