1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Disable Met.no hourly weather by default (#39867)

Co-authored-by: Daniel Hjelseth Høyer <mail@dahoiv.net>
This commit is contained in:
Franck Nijhof
2020-09-10 07:58:40 +02:00
committed by GitHub
parent 6e79d49c80
commit b70df4ab18
3 changed files with 43 additions and 8 deletions

View File

@@ -276,4 +276,4 @@ async def test_onboarding_core_sets_up_met(hass, hass_storage, hass_client):
assert resp.status == 200
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids("weather")) == 2
assert len(hass.states.async_entity_ids("weather")) == 1