Skip to content

Commit

Permalink
Update src/pyatmo/room.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgtobi authored Aug 18, 2024
1 parent 9c5946c commit 73cbc1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pyatmo/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ async def async_therm_set(
mode = MODE_MAP.get(mode, mode)

if "NATherm1" in self.device_types or (
"NRV" in self.device_types and not self.home.has_otm() and not self.home.has_bns()
"NRV" in self.device_types
and not self.home.has_otm()
and not self.home.has_bns()
):
await self._async_set_thermpoint(mode, temp, end_time)

Expand Down

0 comments on commit 73cbc1f

Please sign in to comment.