Bump govee-ble to 0.19.0 (#79038)

This commit is contained in:
J. Nick Koston 2022-09-24 16:02:17 -10:00 committed by GitHub
parent c46f55caa8
commit 62490f1838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 3 deletions

View File

@ -12,6 +12,11 @@
"service_uuid": "00008451-0000-1000-8000-00805f9b34fb", "service_uuid": "00008451-0000-1000-8000-00805f9b34fb",
"connectable": false "connectable": false
}, },
{
"manufacturer_id": 63391,
"service_uuid": "00008351-0000-1000-8000-00805f9b34fb",
"connectable": false
},
{ {
"manufacturer_id": 26589, "manufacturer_id": 26589,
"service_uuid": "00008351-0000-1000-8000-00805f9b34fb", "service_uuid": "00008351-0000-1000-8000-00805f9b34fb",
@ -32,6 +37,11 @@
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb", "service_uuid": "00008551-0000-1000-8000-00805f9b34fb",
"connectable": false "connectable": false
}, },
{
"manufacturer_id": 43682,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
"connectable": false
},
{ {
"manufacturer_id": 59970, "manufacturer_id": 59970,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb", "service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
@ -58,7 +68,7 @@
"connectable": false "connectable": false
} }
], ],
"requirements": ["govee-ble==0.17.3"], "requirements": ["govee-ble==0.19.0"],
"dependencies": ["bluetooth"], "dependencies": ["bluetooth"],
"codeowners": ["@bdraco"], "codeowners": ["@bdraco"],
"iot_class": "local_push" "iot_class": "local_push"

View File

@ -54,6 +54,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
"service_uuid": "00008451-0000-1000-8000-00805f9b34fb", "service_uuid": "00008451-0000-1000-8000-00805f9b34fb",
"connectable": False, "connectable": False,
}, },
{
"domain": "govee_ble",
"manufacturer_id": 63391,
"service_uuid": "00008351-0000-1000-8000-00805f9b34fb",
"connectable": False,
},
{ {
"domain": "govee_ble", "domain": "govee_ble",
"manufacturer_id": 26589, "manufacturer_id": 26589,
@ -78,6 +84,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb", "service_uuid": "00008551-0000-1000-8000-00805f9b34fb",
"connectable": False, "connectable": False,
}, },
{
"domain": "govee_ble",
"manufacturer_id": 43682,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
"connectable": False,
},
{ {
"domain": "govee_ble", "domain": "govee_ble",
"manufacturer_id": 59970, "manufacturer_id": 59970,

View File

@ -780,7 +780,7 @@ googlemaps==2.5.1
goslide-api==0.5.1 goslide-api==0.5.1
# homeassistant.components.govee_ble # homeassistant.components.govee_ble
govee-ble==0.17.3 govee-ble==0.19.0
# homeassistant.components.remote_rpi_gpio # homeassistant.components.remote_rpi_gpio
gpiozero==1.6.2 gpiozero==1.6.2

View File

@ -581,7 +581,7 @@ google-nest-sdm==2.0.0
googlemaps==2.5.1 googlemaps==2.5.1
# homeassistant.components.govee_ble # homeassistant.components.govee_ble
govee-ble==0.17.3 govee-ble==0.19.0
# homeassistant.components.gree # homeassistant.components.gree
greeclimate==1.3.0 greeclimate==1.3.0