mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 19:27:51 +00:00
Add support for thermobeacon WS 03 aka device 0x18 (#82045)
* Add support for thermobeacon WS 03 aka device 0x18 changelog: https://github.com/Bluetooth-Devices/thermobeacon-ble/compare/v0.3.2...v0.4.0 * empty
This commit is contained in:
parent
52a8f4df82
commit
50f960097f
@ -22,9 +22,15 @@
|
|||||||
"manufacturer_data_start": [0],
|
"manufacturer_data_start": [0],
|
||||||
"connectable": false
|
"connectable": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||||
|
"manufacturer_id": 24,
|
||||||
|
"manufacturer_data_start": [0],
|
||||||
|
"connectable": false
|
||||||
|
},
|
||||||
{ "local_name": "ThermoBeacon", "connectable": false }
|
{ "local_name": "ThermoBeacon", "connectable": false }
|
||||||
],
|
],
|
||||||
"requirements": ["thermobeacon-ble==0.3.2"],
|
"requirements": ["thermobeacon-ble==0.4.0"],
|
||||||
"dependencies": ["bluetooth"],
|
"dependencies": ["bluetooth"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
|
@ -349,6 +349,15 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
|||||||
"manufacturer_id": 21,
|
"manufacturer_id": 21,
|
||||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"connectable": False,
|
||||||
|
"domain": "thermobeacon",
|
||||||
|
"manufacturer_data_start": [
|
||||||
|
0,
|
||||||
|
],
|
||||||
|
"manufacturer_id": 24,
|
||||||
|
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"connectable": False,
|
"connectable": False,
|
||||||
"domain": "thermobeacon",
|
"domain": "thermobeacon",
|
||||||
|
@ -2417,7 +2417,7 @@ tesla-wall-connector==1.0.2
|
|||||||
# tf-models-official==2.5.0
|
# tf-models-official==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.thermobeacon
|
# homeassistant.components.thermobeacon
|
||||||
thermobeacon-ble==0.3.2
|
thermobeacon-ble==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.thermopro
|
# homeassistant.components.thermopro
|
||||||
thermopro-ble==0.4.3
|
thermopro-ble==0.4.3
|
||||||
|
@ -1669,7 +1669,7 @@ tesla-powerwall==0.3.18
|
|||||||
tesla-wall-connector==1.0.2
|
tesla-wall-connector==1.0.2
|
||||||
|
|
||||||
# homeassistant.components.thermobeacon
|
# homeassistant.components.thermobeacon
|
||||||
thermobeacon-ble==0.3.2
|
thermobeacon-ble==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.thermopro
|
# homeassistant.components.thermopro
|
||||||
thermopro-ble==0.4.3
|
thermopro-ble==0.4.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user