Bump xiaomi-ble to 0.19.1 (#96967)

* Bump xiaomi-ble to 0.19.0

* Bump xiaomi-ble to 0.19.1

---------

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Ernst Klamer 2023-07-21 07:13:56 +02:00 committed by GitHub
parent 28ff173f16
commit 4e964c3819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -123,7 +123,7 @@ class XiaomiConfigFlow(ConfigFlow, domain=DOMAIN):
if len(bindkey) != 24:
errors["bindkey"] = "expected_24_characters"
else:
self._discovered_device.bindkey = bytes.fromhex(bindkey)
self._discovered_device.set_bindkey(bytes.fromhex(bindkey))
# If we got this far we already know supported will
# return true so we don't bother checking that again
@ -157,7 +157,7 @@ class XiaomiConfigFlow(ConfigFlow, domain=DOMAIN):
if len(bindkey) != 32:
errors["bindkey"] = "expected_32_characters"
else:
self._discovered_device.bindkey = bytes.fromhex(bindkey)
self._discovered_device.set_bindkey(bytes.fromhex(bindkey))
# If we got this far we already know supported will
# return true so we don't bother checking that again

View File

@ -20,5 +20,5 @@
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/xiaomi_ble",
"iot_class": "local_push",
"requirements": ["xiaomi-ble==0.18.2"]
"requirements": ["xiaomi-ble==0.19.1"]
}

View File

@ -2684,7 +2684,7 @@ wyoming==1.1.0
xbox-webapi==2.0.11
# homeassistant.components.xiaomi_ble
xiaomi-ble==0.18.2
xiaomi-ble==0.19.1
# homeassistant.components.knx
xknx==2.11.1

View File

@ -1966,7 +1966,7 @@ wyoming==1.1.0
xbox-webapi==2.0.11
# homeassistant.components.xiaomi_ble
xiaomi-ble==0.18.2
xiaomi-ble==0.19.1
# homeassistant.components.knx
xknx==2.11.1