Skip to content

Commit cf98cbd

Browse files
authored
Tests: outdoor_air_temperature
1 parent 233a03f commit cf98cbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_smile.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,7 +2215,7 @@ async def test_connect_anna_heatpump(self):
22152215
"heating_state": True,
22162216
},
22172217
"sensors": {
2218-
"outdoor_unit_temperature": 3.0,
2218+
"outdoor_air_temperature": 3.0,
22192219
"water_temperature": 29.1,
22202220
"water_pressure": 1.57,
22212221
},
@@ -2274,7 +2274,7 @@ async def test_connect_anna_heatpump_cooling(self):
22742274
"heating_state": False,
22752275
},
22762276
"sensors": {
2277-
"outdoor_unit_temperature": 22.0,
2277+
"outdoor_air_temperature": 22.0,
22782278
"water_temperature": 24.7,
22792279
"water_pressure": 1.61,
22802280
},
@@ -2331,7 +2331,7 @@ async def test_connect_anna_heatpump_cooling_to_off(self):
23312331
"heating_state": False,
23322332
},
23332333
"sensors": {
2334-
"outdoor_unit_temperature": 3.0,
2334+
"outdoor_air_temperature": 3.0,
23352335
"water_temperature": 24.7,
23362336
"water_pressure": 1.61,
23372337
},
@@ -2408,7 +2408,7 @@ async def test_connect_anna_elga_2(self):
24082408
"flame_state": False,
24092409
},
24102410
"sensors": {
2411-
"outdoor_unit_temperature": 14.0,
2411+
"outdoor_air_temperature": 14.0,
24122412
"water_temperature": 22.8,
24132413
"intended_boiler_temperature": 0.0,
24142414
"modulation_level": 0.0,

0 commit comments

Comments
 (0)