Fix Testus

This commit is contained in:
Jean-Marc Collin
2024-11-17 10:51:02 +00:00
parent cb71821196
commit 3f5c4f5cbe
2 changed files with 3 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ class UnderlyingEntity:
self._thermostat = thermostat
self._type = entity_type
self._entity_id = entity_id
self._hvac_mode = None
def __str__(self):
return str(self._thermostat) + "-" + self._entity_id