mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 11:38:47 +01:00
Bump yalexs-ble to 3.1.0 (#149352)
This commit is contained in:
@@ -28,5 +28,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/august",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["pubnub", "yalexs"],
|
||||
"requirements": ["yalexs==8.10.0", "yalexs-ble==3.0.0"]
|
||||
"requirements": ["yalexs==8.10.0", "yalexs-ble==3.1.0"]
|
||||
}
|
||||
|
||||
@@ -13,5 +13,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/yale",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["socketio", "engineio", "yalexs"],
|
||||
"requirements": ["yalexs==8.10.0", "yalexs-ble==3.0.0"]
|
||||
"requirements": ["yalexs==8.10.0", "yalexs-ble==3.1.0"]
|
||||
}
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
"dependencies": ["bluetooth_adapters"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/yalexs_ble",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["yalexs-ble==3.0.0"]
|
||||
"requirements": ["yalexs-ble==3.1.0"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -3157,7 +3157,7 @@ yalesmartalarmclient==0.4.3
|
||||
# homeassistant.components.august
|
||||
# homeassistant.components.yale
|
||||
# homeassistant.components.yalexs_ble
|
||||
yalexs-ble==3.0.0
|
||||
yalexs-ble==3.1.0
|
||||
|
||||
# homeassistant.components.august
|
||||
# homeassistant.components.yale
|
||||
|
||||
Generated
+1
-1
@@ -2607,7 +2607,7 @@ yalesmartalarmclient==0.4.3
|
||||
# homeassistant.components.august
|
||||
# homeassistant.components.yale
|
||||
# homeassistant.components.yalexs_ble
|
||||
yalexs-ble==3.0.0
|
||||
yalexs-ble==3.1.0
|
||||
|
||||
# homeassistant.components.august
|
||||
# homeassistant.components.yale
|
||||
|
||||
@@ -37,7 +37,7 @@ def _get_mock_push_lock():
|
||||
mock_push_lock.wait_for_first_update = AsyncMock()
|
||||
mock_push_lock.stop = AsyncMock()
|
||||
mock_push_lock.lock_state = LockState(
|
||||
LockStatus.UNLOCKED, DoorStatus.CLOSED, None, None
|
||||
LockStatus.UNLOCKED, DoorStatus.CLOSED, None, None, None, None
|
||||
)
|
||||
mock_push_lock.lock_status = LockStatus.UNLOCKED
|
||||
mock_push_lock.door_status = DoorStatus.CLOSED
|
||||
|
||||
Reference in New Issue
Block a user