From 04c1c1a279c75e410d1bae34c40ebeabb6c66f52 Mon Sep 17 00:00:00 2001 From: Paul Madden Date: Sun, 23 Aug 2020 10:46:11 -0600 Subject: [PATCH] Support Rainbow radar site in BOM camera (#39129) --- homeassistant/components/bom/camera.py | 1 + homeassistant/components/bom/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/bom/camera.py b/homeassistant/components/bom/camera.py index 3bbd9e39164..b99b12916c7 100644 --- a/homeassistant/components/bom/camera.py +++ b/homeassistant/components/bom/camera.py @@ -54,6 +54,7 @@ LOCATIONS = [ "NWTasmania", "Perth", "PortHedland", + "Rainbow", "SellicksHill", "SouthDoodlakine", "Sydney", diff --git a/homeassistant/components/bom/manifest.json b/homeassistant/components/bom/manifest.json index 854b42f68d3..a712c8fd080 100644 --- a/homeassistant/components/bom/manifest.json +++ b/homeassistant/components/bom/manifest.json @@ -2,6 +2,6 @@ "domain": "bom", "name": "Australian Bureau of Meteorology (BOM)", "documentation": "https://www.home-assistant.io/integrations/bom", - "requirements": ["bomradarloop==0.1.4"], + "requirements": ["bomradarloop==0.1.5"], "codeowners": ["@maddenp"] } diff --git a/requirements_all.txt b/requirements_all.txt index 10f37a99d6d..45c10e0df93 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -365,7 +365,7 @@ blockchain==1.4.4 # bme680==1.0.5 # homeassistant.components.bom -bomradarloop==0.1.4 +bomradarloop==0.1.5 # homeassistant.components.bond bond-api==0.1.8 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index a1e9c2c64bd..748e263f6d6 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -190,7 +190,7 @@ blebox_uniapi==1.3.2 blinkpy==0.16.3 # homeassistant.components.bom -bomradarloop==0.1.4 +bomradarloop==0.1.5 # homeassistant.components.bond bond-api==0.1.8