Adjust netatmo test (#99071)

This commit is contained in:
Marc Mueller 2023-08-26 07:35:10 +02:00 committed by GitHub
parent 8d9c5a61ec
commit 6f43dd1c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
},
"70:ee:50:27:25:b0": {
"res": {
"1560247907": [1012.8]
"1560247907": [1012.9]
},
"type": ["pressure"]
},

View File

@ -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())