Bump pylamarzocco to 1.4.0 (#132917)

* Bump pylamarzocco to 1.4.0

* update device snapshot
This commit is contained in:
Josef Zweck 2024-12-11 20:52:20 +01:00 committed by GitHub
parent 73e68971e8
commit 525614b7cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 3 deletions

View File

@ -36,5 +36,5 @@
"integration_type": "device", "integration_type": "device",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["pylamarzocco"], "loggers": ["pylamarzocco"],
"requirements": ["pylamarzocco==1.3.3"] "requirements": ["pylamarzocco==1.4.0"]
} }

View File

@ -2030,7 +2030,7 @@ pykwb==0.0.8
pylacrosse==0.4 pylacrosse==0.4
# homeassistant.components.lamarzocco # homeassistant.components.lamarzocco
pylamarzocco==1.3.3 pylamarzocco==1.4.0
# homeassistant.components.lastfm # homeassistant.components.lastfm
pylast==5.1.0 pylast==5.1.0

View File

@ -1638,7 +1638,7 @@ pykrakenapi==0.1.8
pykulersky==0.5.2 pykulersky==0.5.2
# homeassistant.components.lamarzocco # homeassistant.components.lamarzocco
pylamarzocco==1.3.3 pylamarzocco==1.4.0
# homeassistant.components.lastfm # homeassistant.components.lastfm
pylast==5.1.0 pylast==5.1.0

View File

@ -3,6 +3,7 @@
dict({ dict({
'config': dict({ 'config': dict({
'backflush_enabled': False, 'backflush_enabled': False,
'bbw_settings': None,
'boilers': dict({ 'boilers': dict({
'CoffeeBoiler1': dict({ 'CoffeeBoiler1': dict({
'current_temperature': 96.5, 'current_temperature': 96.5,
@ -44,6 +45,7 @@
}), }),
}), }),
'prebrew_mode': 'TypeB', 'prebrew_mode': 'TypeB',
'scale': None,
'smart_standby': dict({ 'smart_standby': dict({
'enabled': True, 'enabled': True,
'minutes': 10, 'minutes': 10,