mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Adjust netatmo test (#99071)
This commit is contained in:
parent
8d9c5a61ec
commit
6f43dd1c14
@ -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())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user