mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Bump lmcloud to 1.1.13 (#119880)
* bump lmcloud to 1.1.12 * update diagnostics * bump to 1.1.13
This commit is contained in:
parent
3046329f4f
commit
25b3fe6b64
@ -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.11"]
|
"requirements": ["lmcloud==1.1.13"]
|
||||||
}
|
}
|
||||||
|
@ -1263,7 +1263,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.11
|
lmcloud==1.1.13
|
||||||
|
|
||||||
# homeassistant.components.google_maps
|
# homeassistant.components.google_maps
|
||||||
locationsharinglib==5.0.1
|
locationsharinglib==5.0.1
|
||||||
|
@ -1020,7 +1020,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.11
|
lmcloud==1.1.13
|
||||||
|
|
||||||
# homeassistant.components.logi_circle
|
# homeassistant.components.logi_circle
|
||||||
logi-circle==0.2.3
|
logi-circle==0.2.3
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# name: test_diagnostics
|
# name: test_diagnostics
|
||||||
dict({
|
dict({
|
||||||
'config': dict({
|
'config': dict({
|
||||||
|
'backflush_enabled': False,
|
||||||
'boilers': dict({
|
'boilers': dict({
|
||||||
'CoffeeBoiler1': dict({
|
'CoffeeBoiler1': dict({
|
||||||
'current_temperature': 96.5,
|
'current_temperature': 96.5,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user