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