mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-09-07 12:11:53 +01:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1228304609 | ||
|
68e71850be |
@@ -169,7 +169,8 @@ class NestThermostatAPI(NestAPI):
|
||||
self._hvac_ac_state = thermostat_data["hvac_ac_state"]
|
||||
self._hvac_heater_state = \
|
||||
thermostat_data["hvac_heater_state"]
|
||||
temp_mode = thermostat_data["target_temperature_type"]
|
||||
if temp_mode is None:
|
||||
temp_mode = thermostat_data["target_temperature_type"]
|
||||
self.target_temperature_high = thermostat_data[
|
||||
"target_temperature_high"
|
||||
]
|
||||
|
Reference in New Issue
Block a user