Skip to content

Commit

Permalink
Bump pylamarzocco to 1.4.0 (home-assistant#132917)
Browse files Browse the repository at this point in the history
* Bump pylamarzocco to 1.4.0

* update device snapshot
  • Loading branch information
zweckj authored Dec 11, 2024
1 parent 73e6897 commit 525614b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/lamarzocco/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"integration_type": "device",
"iot_class": "cloud_polling",
"loggers": ["pylamarzocco"],
"requirements": ["pylamarzocco==1.3.3"]
"requirements": ["pylamarzocco==1.4.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/components/lamarzocco/snapshots/test_diagnostics.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
dict({
'config': dict({
'backflush_enabled': False,
'bbw_settings': None,
'boilers': dict({
'CoffeeBoiler1': dict({
'current_temperature': 96.5,
Expand Down Expand Up @@ -44,6 +45,7 @@
}),
}),
'prebrew_mode': 'TypeB',
'scale': None,
'smart_standby': dict({
'enabled': True,
'minutes': 10,
Expand Down

0 comments on commit 525614b

Please sign in to comment.