mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Bump thermobeacon-ble to 0.8.0 (#139119)
This commit is contained in:
parent
3d507c7b44
commit
6ad6e82a23
@ -14,6 +14,12 @@
|
|||||||
"manufacturer_data_start": [0],
|
"manufacturer_data_start": [0],
|
||||||
"connectable": false
|
"connectable": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||||
|
"manufacturer_id": 20,
|
||||||
|
"manufacturer_data_start": [0],
|
||||||
|
"connectable": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||||
"manufacturer_id": 21,
|
"manufacturer_id": 21,
|
||||||
@ -48,5 +54,5 @@
|
|||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/thermobeacon",
|
"documentation": "https://www.home-assistant.io/integrations/thermobeacon",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["thermobeacon-ble==0.7.0"]
|
"requirements": ["thermobeacon-ble==0.8.0"]
|
||||||
}
|
}
|
||||||
|
9
homeassistant/generated/bluetooth.py
generated
9
homeassistant/generated/bluetooth.py
generated
@ -688,6 +688,15 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [
|
|||||||
"manufacturer_id": 17,
|
"manufacturer_id": 17,
|
||||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"connectable": False,
|
||||||
|
"domain": "thermobeacon",
|
||||||
|
"manufacturer_data_start": [
|
||||||
|
0,
|
||||||
|
],
|
||||||
|
"manufacturer_id": 20,
|
||||||
|
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"connectable": False,
|
"connectable": False,
|
||||||
"domain": "thermobeacon",
|
"domain": "thermobeacon",
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2884,7 +2884,7 @@ tessie-api==0.1.1
|
|||||||
# tf-models-official==2.5.0
|
# tf-models-official==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.thermobeacon
|
# homeassistant.components.thermobeacon
|
||||||
thermobeacon-ble==0.7.0
|
thermobeacon-ble==0.8.0
|
||||||
|
|
||||||
# homeassistant.components.thermopro
|
# homeassistant.components.thermopro
|
||||||
thermopro-ble==0.11.0
|
thermopro-ble==0.11.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2321,7 +2321,7 @@ teslemetry-stream==0.6.10
|
|||||||
tessie-api==0.1.1
|
tessie-api==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.thermobeacon
|
# homeassistant.components.thermobeacon
|
||||||
thermobeacon-ble==0.7.0
|
thermobeacon-ble==0.8.0
|
||||||
|
|
||||||
# homeassistant.components.thermopro
|
# homeassistant.components.thermopro
|
||||||
thermopro-ble==0.11.0
|
thermopro-ble==0.11.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user