Skip to content

Commit d96ffce

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 447aefe commit d96ffce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ def _get_gateway_mode(self, appliance: etree, data: DeviceZoneData) -> None:
713713
data["select_gateway_mode"] = search.find("mode").text
714714
self._count += 1
715715

716-
def _get_gateway_outdoor_temp(self, dev_id: str, data: DeviceZoneData) -> None:
716+
def _get_gateway_outdoor_temp(self, dev_id: str, data: DeviceZoneData) -> None:
717717
"""Adam & Anna: the Smile outdoor_temperature is present in DOMAIN_OBJECTS and LOCATIONS.
718718
719719
Available under the Home location.

0 commit comments

Comments
 (0)