mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 09:23:17 -04:00
Bump pylamarzocco to 2.2.5 (#171083)
This commit is contained in:
@@ -37,5 +37,5 @@
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["pylamarzocco"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["pylamarzocco==2.2.4"]
|
||||
"requirements": ["pylamarzocco==2.2.5"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -2279,7 +2279,7 @@ pykwb==0.0.8
|
||||
pylacrosse==0.4
|
||||
|
||||
# homeassistant.components.lamarzocco
|
||||
pylamarzocco==2.2.4
|
||||
pylamarzocco==2.2.5
|
||||
|
||||
# homeassistant.components.lastfm
|
||||
pylast==5.1.0
|
||||
|
||||
Generated
+1
-1
@@ -1959,7 +1959,7 @@ pykrakenapi==0.1.8
|
||||
pykulersky==0.5.8
|
||||
|
||||
# homeassistant.components.lamarzocco
|
||||
pylamarzocco==2.2.4
|
||||
pylamarzocco==2.2.5
|
||||
|
||||
# homeassistant.components.lastfm
|
||||
pylast==5.1.0
|
||||
|
||||
@@ -584,6 +584,10 @@
|
||||
]),
|
||||
}),
|
||||
'schedule': dict({
|
||||
'auto_on_off': None,
|
||||
'auto_on_off_supported': False,
|
||||
'auto_stand_by': None,
|
||||
'auto_stand_by_supported': False,
|
||||
'available_firmware_update': False,
|
||||
'ble_auth_token': None,
|
||||
'coffee_station': None,
|
||||
@@ -597,6 +601,8 @@
|
||||
'offline_mode': False,
|
||||
'require_firmware_update': False,
|
||||
'serial_number': '**REDACTED**',
|
||||
'smart_stand_by': None,
|
||||
'smart_stand_by_supported': False,
|
||||
'smart_wake_up_sleep': dict({
|
||||
'schedules': list([
|
||||
dict({
|
||||
|
||||
Reference in New Issue
Block a user