Bump aioambient to 1.3.0 (#55468)

This commit is contained in:
Aaron Bach
2021-08-30 15:05:28 -06:00
committed by Bram Kragten
parent 0d9fbf864f
commit f92c7b1aea
4 changed files with 4 additions and 3 deletions

View File

@@ -319,6 +319,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b
config_entry.data[CONF_API_KEY],
config_entry.data[CONF_APP_KEY],
session=session,
logger=LOGGER,
),
)
hass.loop.create_task(ambient.ws_connect())

View File

@@ -3,7 +3,7 @@
"name": "Ambient Weather Station",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ambient_station",
"requirements": ["aioambient==1.2.6"],
"requirements": ["aioambient==1.3.0"],
"codeowners": ["@bachya"],
"iot_class": "cloud_push"
}

View File

@@ -136,7 +136,7 @@ aio_geojson_nsw_rfs_incidents==0.4
aio_georss_gdacs==0.5
# homeassistant.components.ambient_station
aioambient==1.2.6
aioambient==1.3.0
# homeassistant.components.asuswrt
aioasuswrt==1.3.4

View File

@@ -78,7 +78,7 @@ aio_geojson_nsw_rfs_incidents==0.4
aio_georss_gdacs==0.5
# homeassistant.components.ambient_station
aioambient==1.2.6
aioambient==1.3.0
# homeassistant.components.asuswrt
aioasuswrt==1.3.4