mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Bump lmcloud to 1.2.1 (#124908)
This commit is contained in:
parent
8ab8f7a740
commit
f33b4b0dc0
@ -53,6 +53,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: LaMarzoccoConfigEntry) -
|
|||||||
cloud_client = LaMarzoccoCloudClient(
|
cloud_client = LaMarzoccoCloudClient(
|
||||||
username=entry.data[CONF_USERNAME],
|
username=entry.data[CONF_USERNAME],
|
||||||
password=entry.data[CONF_PASSWORD],
|
password=entry.data[CONF_PASSWORD],
|
||||||
|
client=get_async_client(hass),
|
||||||
)
|
)
|
||||||
|
|
||||||
# initialize local API
|
# initialize local API
|
||||||
|
@ -22,5 +22,5 @@
|
|||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["lmcloud"],
|
"loggers": ["lmcloud"],
|
||||||
"requirements": ["lmcloud==1.1.13"]
|
"requirements": ["lmcloud==1.2.1"]
|
||||||
}
|
}
|
||||||
|
@ -1282,7 +1282,7 @@ linear-garage-door==0.2.9
|
|||||||
linode-api==4.1.9b1
|
linode-api==4.1.9b1
|
||||||
|
|
||||||
# homeassistant.components.lamarzocco
|
# homeassistant.components.lamarzocco
|
||||||
lmcloud==1.1.13
|
lmcloud==1.2.1
|
||||||
|
|
||||||
# homeassistant.components.google_maps
|
# homeassistant.components.google_maps
|
||||||
locationsharinglib==5.0.1
|
locationsharinglib==5.0.1
|
||||||
|
@ -1060,7 +1060,7 @@ libsoundtouch==0.8
|
|||||||
linear-garage-door==0.2.9
|
linear-garage-door==0.2.9
|
||||||
|
|
||||||
# homeassistant.components.lamarzocco
|
# homeassistant.components.lamarzocco
|
||||||
lmcloud==1.1.13
|
lmcloud==1.2.1
|
||||||
|
|
||||||
# homeassistant.components.london_underground
|
# homeassistant.components.london_underground
|
||||||
london-tube-status==0.5
|
london-tube-status==0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user