Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
This commit is contained in:
Jean-Marc Collin
2024-10-12 11:02:24 +02:00
committed by GitHub
parent 062f8a617d
commit c344c43185
2 changed files with 4 additions and 0 deletions

View File

@@ -622,6 +622,8 @@ class UnderlyingClimate(UnderlyingEntity):
ATTR_ENTITY_ID: self._entity_id,
"target_temp_high": target_temp,
"target_temp_low": target_temp,
# issue 518 - we should send also the target temperature, even in TARGET RANGE
"temperature": target_temp,
}
else:
data = {