Skip to content

Commit 55cc5b4

Browse files
committed
Change outdoor_temperature-xml and test-assert
1 parent d9bdb7c commit 55cc5b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ async def test_connect_anna_v4(self):
11341134
"name": "Smile Anna",
11351135
"vendor": "Plugwise",
11361136
"binary_sensors": {"plugwise_notification": False},
1137-
"sensors": {"outdoor_temperature": 7.44},
1137+
"sensors": {"outdoor_temperature": 6.44},
11381138
},
11391139
}
11401140

userdata/updated/anna_v4/core.domain_objects.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
<unit>C</unit>
390390
<last_consecutive_log_date>2020-04-02T10:30:52+02:00</last_consecutive_log_date>
391391
<period start_date="2020-04-02T10:15:53+02:00" end_date="2020-04-02T10:15:53+02:00">
392-
<measurement log_date="2020-04-02T10:15:53+02:00">7.44</measurement>
392+
<measurement log_date="2020-04-02T10:15:53+02:00">6.44</measurement>
393393
</period>
394394
<thermo_meter id='44e85a52350b4ff2befe01f4856d7d9e'/>
395395
</point_log>

0 commit comments

Comments
 (0)