Bump aioambient to 1.3.0 (#55468)

This commit is contained in:
Aaron Bach 2021-08-30 15:05:28 -06:00 committed by GitHub
parent 433775cf4b
commit 76f21452ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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