diff --git a/CODEOWNERS b/CODEOWNERS index 6714c948402..d36843cce44 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -52,6 +52,7 @@ homeassistant/components/bitcoin/* @fabaff homeassistant/components/bizkaibus/* @UgaitzEtxebarria homeassistant/components/blink/* @fronzbot homeassistant/components/bmw_connected_drive/* @gerard33 +homeassistant/components/bom/* @maddenp homeassistant/components/braviatv/* @robbiet480 homeassistant/components/broadlink/* @danielhiversen @felipediel homeassistant/components/brother/* @bieniu diff --git a/homeassistant/components/bom/manifest.json b/homeassistant/components/bom/manifest.json index 211d1dafc7b..13537c53d0c 100644 --- a/homeassistant/components/bom/manifest.json +++ b/homeassistant/components/bom/manifest.json @@ -2,7 +2,7 @@ "domain": "bom", "name": "Australian Bureau of Meteorology (BOM)", "documentation": "https://www.home-assistant.io/integrations/bom", - "requirements": ["bomradarloop==0.1.3"], + "requirements": ["bomradarloop==0.1.4"], "dependencies": [], - "codeowners": [] + "codeowners": ["@maddenp"] } diff --git a/requirements_all.txt b/requirements_all.txt index 4c08f55405f..8cf07a45a1b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -337,7 +337,7 @@ blockchain==1.4.4 # bme680==1.0.5 # homeassistant.components.bom -bomradarloop==0.1.3 +bomradarloop==0.1.4 # homeassistant.components.amazon_polly # homeassistant.components.route53 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d030d5dc61c..d6fae27ad5a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -121,7 +121,7 @@ axis==25 bellows-homeassistant==0.14.0 # homeassistant.components.bom -bomradarloop==0.1.3 +bomradarloop==0.1.4 # homeassistant.components.broadlink broadlink==0.12.0