Attempt to fix flaky prometheus test (#61242)

pull/60451/head^2
Erik Montnemery 2021-12-08 16:08:02 +01:00 committed by GitHub
parent 9f15e7dcf4
commit 5169ee69c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,11 +45,11 @@ async def prometheus_client(hass, hass_client, namespace):
await async_setup_component(
hass, climate.DOMAIN, {"climate": [{"platform": "demo"}]}
)
await hass.async_block_till_done()
await async_setup_component(
hass, humidifier.DOMAIN, {"humidifier": [{"platform": "demo"}]}
)
await hass.async_block_till_done()
sensor1 = DemoSensor(
None, "Television Energy", 74, None, None, ENERGY_KILO_WATT_HOUR, None