Bump pylamarzocco to 1.4.0 (#132917)
* Bump pylamarzocco to 1.4.0 * update device snapshotpull/133306/head
parent
73e68971e8
commit
525614b7cd
|
@ -36,5 +36,5 @@
|
|||
"integration_type": "device",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pylamarzocco"],
|
||||
"requirements": ["pylamarzocco==1.3.3"]
|
||||
"requirements": ["pylamarzocco==1.4.0"]
|
||||
}
|
||||
|
|
|
@ -2030,7 +2030,7 @@ pykwb==0.0.8
|
|||
pylacrosse==0.4
|
||||
|
||||
# homeassistant.components.lamarzocco
|
||||
pylamarzocco==1.3.3
|
||||
pylamarzocco==1.4.0
|
||||
|
||||
# homeassistant.components.lastfm
|
||||
pylast==5.1.0
|
||||
|
|
|
@ -1638,7 +1638,7 @@ pykrakenapi==0.1.8
|
|||
pykulersky==0.5.2
|
||||
|
||||
# homeassistant.components.lamarzocco
|
||||
pylamarzocco==1.3.3
|
||||
pylamarzocco==1.4.0
|
||||
|
||||
# homeassistant.components.lastfm
|
||||
pylast==5.1.0
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
dict({
|
||||
'config': dict({
|
||||
'backflush_enabled': False,
|
||||
'bbw_settings': None,
|
||||
'boilers': dict({
|
||||
'CoffeeBoiler1': dict({
|
||||
'current_temperature': 96.5,
|
||||
|
@ -44,6 +45,7 @@
|
|||
}),
|
||||
}),
|
||||
'prebrew_mode': 'TypeB',
|
||||
'scale': None,
|
||||
'smart_standby': dict({
|
||||
'enabled': True,
|
||||
'minutes': 10,
|
||||
|
|
Loading…
Reference in New Issue