Skip to content

Commit 435465e

Browse files
zweckjfrenck
authored andcommitted
Bump pylamarzocco to 2.0.11 (home-assistant#148386)
1 parent 3b04785 commit 435465e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

homeassistant/components/lamarzocco/binary_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class LaMarzoccoBinarySensorEntityDescription(
6666
WidgetType.CM_BACK_FLUSH, BackFlush(status=BackFlushStatus.OFF)
6767
),
6868
).status
69-
is BackFlushStatus.REQUESTED
69+
in (BackFlushStatus.REQUESTED, BackFlushStatus.CLEANING)
7070
),
7171
entity_category=EntityCategory.DIAGNOSTIC,
7272
supported_fn=lambda coordinator: (

homeassistant/components/lamarzocco/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
"iot_class": "cloud_push",
3838
"loggers": ["pylamarzocco"],
3939
"quality_scale": "platinum",
40-
"requirements": ["pylamarzocco==2.0.10"]
40+
"requirements": ["pylamarzocco==2.0.11"]
4141
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)