mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Bump aioambient to 1.3.0 (#55468)
This commit is contained in:
parent
433775cf4b
commit
76f21452ee
@ -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_APP_KEY],
|
||||
session=session,
|
||||
logger=LOGGER,
|
||||
),
|
||||
)
|
||||
hass.loop.create_task(ambient.ws_connect())
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user