mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Adjust netatmo test (#99071)
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
},
|
||||
"70:ee:50:27:25:b0": {
|
||||
"res": {
|
||||
"1560247907": [1012.8]
|
||||
"1560247907": [1012.9]
|
||||
},
|
||||
"type": ["pressure"]
|
||||
},
|
||||
|
@@ -46,7 +46,7 @@ async def test_public_weather_sensor(
|
||||
|
||||
assert hass.states.get(f"{prefix}temperature").state == "22.7"
|
||||
assert hass.states.get(f"{prefix}humidity").state == "63.2"
|
||||
assert hass.states.get(f"{prefix}pressure").state == "1010.3"
|
||||
assert hass.states.get(f"{prefix}pressure").state == "1010.4"
|
||||
|
||||
entities_before_change = len(hass.states.async_all())
|
||||
|
||||
|
Reference in New Issue
Block a user