mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
This commit is contained in:
parent
34cde21876
commit
e0ea5f2b04
@ -91,7 +91,7 @@ class EQ3BTSmartThermostat(ClimateDevice):
|
||||
@property
|
||||
def available(self) -> bool:
|
||||
"""Return if thermostat is available."""
|
||||
return self._thermostat.mode > 0
|
||||
return self._thermostat.mode >= 0
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user