mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +00:00
Support Rainbow radar site in BOM camera (#39129)
This commit is contained in:
parent
c86c522eb1
commit
04c1c1a279
@ -54,6 +54,7 @@ LOCATIONS = [
|
||||
"NWTasmania",
|
||||
"Perth",
|
||||
"PortHedland",
|
||||
"Rainbow",
|
||||
"SellicksHill",
|
||||
"SouthDoodlakine",
|
||||
"Sydney",
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user